Html Css Color HEX #02C29F Caribbean Green

📋 copy color: '#02C29F'

red 2 ◦ green 194 ◦ blue 159

#02C29F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #02C29F

Tints of Caribbean Green #02C29F

RGB

 RED value IS 2 (1.17% from 255) = 0.56%

 GREEN value IS 194 (76.17% from 255) = 54.65%

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 0.56%
G = 54.65%
B = 44.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#02C29F (or 0x02C29F) is known color: Caribbean Green. HEX triplet: 02, C2 and 9F. RGB value is (2,194,159). Sum of RGB (Red+Green+Blue) = 2+194+159=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #02C29F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C29F is #FD3D60. Grayscale: #848484. Windows color (decimal): -16596321 or 10469890. OLE color: 10469890.

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

Color convert

RGB 2 194 159 -
CMYK 0.99 0 0.18 0.24
HSL 169.06º 0.98% 0.38% -
HSV(B) 169.06º 0.99% 0.76% -
XYZ 25.57 41.1 39.39 -
YUV 132.6 142.89 34.85 -
System Red Green Blue C M Y K H S L
Decimal 2 194 159 0.99 0 0.18 0.24 169.06 0.98 0.38
Hex 2 C2 9F 63 0 12 18 A9 62 26
Octal 2 302 237 143 0 22 30 251 142 46
Binary 10 11000010 10011111 1100011 0 10010 11000 10101001 1100010 100110

Color Harmonies of #02C29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C29F

Black with #02C29F

Text Example


Text Example

White with #02C29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02C29F;
 }
 .AnyTagClassName
 {
   color: #02C29F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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