#0CCB8D

Color #0CCB8D Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0CCB8D

Tints of Caribbean Green #0CCB8D

Color information

#0CCB8D (or 0x0CCB8D) is unknown color: approx Caribbean Green. HEX triplet: 0C, CB and 8D. RGB value is (12,203,141). Sum of RGB (Red+Green+Blue) = 12+203+141=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCB8D is #F33472. Grayscale: #8A8A8A. Windows color (decimal): -15938675 or 9292556. OLE color: 9292556.

HSL color Cylindrical-coordinate representation of color #0CCB8D: hue angle of 160.52º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCB8D is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB12203141-
CMYK0.9400.310.20
HSL160.52º88.84%42.16%-
HSV(B)160.52º94.09%79.61%-
XYZ26.3244.7132.44-
YUV138.82129.2237.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 3.37%
GREEN value IS 203 (79.69% from 255) = 57.02%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=3.37%
G=57.02%
B=39.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122031410.9400.310.20160.5288.8442.16
HexCCB8D5E01F14a1592a
Octal143132151360372424113152
Binary11001100101110001101101111001111110100101000011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CCB8D; }

 p { color: rgb(12,203,141); }

 H1.HeaderClassName
 {
   color: #0CCB8D;
 }
 .AnyTagClassName
 {
   color: #0CCB8D;
 }
</style>
background-color css

<style>
 a { background-color: #0CCB8D; }

 a { background-color: rgb(12,203,141); }

 div.DivClassName
 {
   background-color: #0CCB8D;
 }
 .BgClassName
 {
   background-color: #0CCB8D;
 }
</style>
border-color css

<style>
 span { border-color: #0CCB8D; }

 span { border-color: rgb(12,203,141); }

 td.TdClassName
 {
   border-color: #0CCB8D;
 }
 .TagClassName
 {
   border-color: #0CCB8D;
 }
</style>