#02C19C

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

Shades of Caribbean Green #02C19C

Tints of Caribbean Green #02C19C

Color information

#02C19C (or 0x02C19C) is unknown color: approx Caribbean Green. HEX triplet: 02, C1 and 9C. RGB value is (2,193,156). Sum of RGB (Red+Green+Blue) = 2+193+156=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #02C19C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C19C is #FD3E63. Grayscale: #838383. Windows color (decimal): -16596580 or 10273026. OLE color: 10273026.

HSL color Cylindrical-coordinate representation of color #02C19C: hue angle of 168.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C19C is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB2193156-
CMYK0.9900.190.24
HSL168.38º97.95%38.24%-
HSV(B)168.38º98.96%75.69%-
XYZ25.140.5537.96-
YUV131.67141.7235.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 193 (75.78% from 255) = 54.99%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=0.57%
G=54.99%
B=44.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21931560.9900.190.24168.3897.9538.24
Hex2C19C6301318a86226
Octal23012341430233025014246
Binary101100000110011100110001101001111000101010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02C19C; }

 p { color: rgb(2,193,156); }

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

<style>
 a { background-color: #02C19C; }

 a { background-color: rgb(2,193,156); }

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

<style>
 span { border-color: #02C19C; }

 span { border-color: rgb(2,193,156); }

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