#02C29A

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

Shades of Caribbean Green #02C29A

Tints of Caribbean Green #02C29A

Color information

#02C29A (or 0x02C29A) is unknown color: approx Caribbean Green. HEX triplet: 02, C2 and 9A. RGB value is (2,194,154). Sum of RGB (Red+Green+Blue) = 2+194+154=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #02C29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C29A is #FD3D65. Grayscale: #848484. Windows color (decimal): -16596326 or 10142210. OLE color: 10142210.

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

Color convert

RGB2194154-
CMYK0.9900.210.24
HSL167.5º97.96%38.43%-
HSV(B)167.5º98.97%76.08%-
XYZ25.1540.9337.15-
YUV132.03140.3935.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 194 (76.17% from 255) = 55.43%
BLUE value IS 154 (60.55% from 255) = 44%
R=0.57%
G=55.43%
B=44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21941540.9900.210.24167.597.9638.43
Hex2C29A6301518a86226
Octal23022321430253025014246
Binary101100001010011010110001101010111000101010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,194,154); }

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

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

 a { background-color: rgb(2,194,154); }

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

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

 span { border-color: rgb(2,194,154); }

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