Html Css Color HEX #02E1AB Caribbean Green

📋 copy color: '#02E1AB'

red 2 ◦ green 225 ◦ blue 171

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

Shades of Caribbean Green #02E1AB

Tints of Caribbean Green #02E1AB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.53%

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 0.5%
G = 56.53%
B = 42.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#02E1AB (or 0x02E1AB) is known color: Caribbean Green. HEX triplet: 02, E1 and AB. RGB value is (2,225,171). Sum of RGB (Red+Green+Blue) = 2+225+171=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 225 (88.28% from 255 or 56.53% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 225 - color contains mainly: green. Hex color #02E1AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E1AB is #FD1E54. Grayscale: #989898. Windows color (decimal): -16588373 or 11264258. OLE color: 11264258.

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

Color convert

RGB 2 225 171 -
CMYK 0.99 0 0.24 0.12
HSL 165.47º 0.98% 0.45% -
HSV(B) 165.47º 0.99% 0.88% -
XYZ 34.3 56.8 47.68 -
YUV 152.17 138.62 20.89 -
System Red Green Blue C M Y K H S L
Decimal 2 225 171 0.99 0 0.24 0.12 165.47 0.98 0.45
Hex 2 E1 AB 63 0 18 C A5 62 2D
Octal 2 341 253 143 0 30 14 245 142 55
Binary 10 11100001 10101011 1100011 0 11000 1100 10100101 1100010 101101

Color Harmonies of #02E1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E1AB

Black with #02E1AB

Text Example


Text Example

White with #02E1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,225,171); }

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

background-color css

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

 a { background-color: rgb(2,225,171); }

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

border-color css

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

 span { border-color: rgb(2,225,171); }

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