#0cc39b

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

Shades of Caribbean Green #0CC39B

Tints of Caribbean Green #0CC39B

Color information

#0CC39B (or 0x0CC39B) is unknown color: approx Caribbean Green. HEX triplet: 0C, C3 and 9B. RGB value is (12,195,155). Sum of RGB (Red+Green+Blue) = 12+195+155=362 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC39B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC39B is #F33C64. Grayscale: #878787. Windows color (decimal): -15940709 or 10208012. OLE color: 10208012.

HSL color Cylindrical-coordinate representation of color #0CC39B: hue angle of 166.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC39B is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB12195155-
CMYK0.9400.210.24
HSL166.89º88.41%40.59%-
HSV(B)166.89º93.85%76.47%-
XYZ25.5841.4737.67-
YUV135.72138.8739.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.31%
GREEN value IS 195 (76.56% from 255) = 53.87%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=3.31%
G=53.87%
B=42.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121951550.9400.210.24166.8988.4140.59
HexCC39B5E01518a75829
Octal143032331360253024713051
Binary11001100001110011011101111001010111000101001111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cc39b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,195,155); }

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

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

 a { background-color: rgb(12,195,155); }

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

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

 span { border-color: rgb(12,195,155); }

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