Html Css Color HEX #02D29F Caribbean Green

📋 copy color: '#02D29F'

red 2 ◦ green 210 ◦ blue 159

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

Shades of Caribbean Green #02D29F

Tints of Caribbean Green #02D29F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.6%

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

R = 0.54%
G = 56.6%
B = 42.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#02D29F (or 0x02D29F) is known color: Caribbean Green. HEX triplet: 02, D2 and 9F. RGB value is (2,210,159). Sum of RGB (Red+Green+Blue) = 2+210+159=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #02D29F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D29F is #FD2D60. Grayscale: #8D8D8D. Windows color (decimal): -16592225 or 10473986. OLE color: 10473986.

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

Color convert

RGB 2 210 159 -
CMYK 0.99 0 0.24 0.18
HSL 165.29º 0.98% 0.42% -
HSV(B) 165.29º 0.99% 0.82% -
XYZ 29.33 48.61 40.64 -
YUV 141.99 137.59 28.15 -
System Red Green Blue C M Y K H S L
Decimal 2 210 159 0.99 0 0.24 0.18 165.29 0.98 0.42
Hex 2 D2 9F 63 0 18 12 A5 62 2A
Octal 2 322 237 143 0 30 22 245 142 52
Binary 10 11010010 10011111 1100011 0 11000 10010 10100101 1100010 101010

Color Harmonies of #02D29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D29F

Black with #02D29F

Text Example


Text Example

White with #02D29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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