#0CC19F

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

Shades of Caribbean Green #0CC19F

Tints of Caribbean Green #0CC19F

Color information

#0CC19F (or 0x0CC19F) is unknown color: approx Caribbean Green. HEX triplet: 0C, C1 and 9F. RGB value is (12,193,159). Sum of RGB (Red+Green+Blue) = 12+193+159=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC19F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC19F is #F33E60. Grayscale: #868686. Windows color (decimal): -15941217 or 10469644. OLE color: 10469644.

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

Color convert

RGB12193159-
CMYK0.9400.180.24
HSL168.73º88.29%40.2%-
HSV(B)168.73º93.78%75.69%-
XYZ25.4840.7239.32-
YUV135141.5340.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.30%
GREEN value IS 193 (75.78% from 255) = 53.02%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=3.30%
G=53.02%
B=43.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121931590.9400.180.24168.7388.2940.2
HexCC19F5E01218a95828
Octal143012371360223025113050
Binary11001100000110011111101111001001011000101010011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,193,159); }

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

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

 a { background-color: rgb(12,193,159); }

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

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

 span { border-color: rgb(12,193,159); }

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