#02C19B

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

Shades of Caribbean Green #02C19B

Tints of Caribbean Green #02C19B

Color information

#02C19B (or 0x02C19B) is unknown color: approx Caribbean Green. HEX triplet: 02, C1 and 9B. RGB value is (2,193,155). Sum of RGB (Red+Green+Blue) = 2+193+155=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #02C19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C19B is #FD3E64. Grayscale: #838383. Windows color (decimal): -16596581 or 10207490. OLE color: 10207490.

HSL color Cylindrical-coordinate representation of color #02C19B: hue angle of 168.06º 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 #02C19B is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB2193155-
CMYK0.9900.200.24
HSL168.06º97.95%38.24%-
HSV(B)168.06º98.96%75.69%-
XYZ25.0140.5237.51-
YUV131.56141.2235.59-

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) = 55.14%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=0.57%
G=55.14%
B=44.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21931550.9900.200.24168.0697.9538.24
Hex2C19B6301418a86226
Octal23012331430243025014246
Binary101100000110011011110001101010011000101010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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