Html Css Color HEX #02CEA2 Caribbean Green

📋 copy color: '#02CEA2'

red 2 ◦ green 206 ◦ blue 162

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

Shades of Caribbean Green #02CEA2

Tints of Caribbean Green #02CEA2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.68%

 BLUE value IS 162 (63.67% from 255) = 43.78%

R = 0.54%
G = 55.68%
B = 43.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#02CEA2 (or 0x02CEA2) is known color: Caribbean Green. HEX triplet: 02, CE and A2. RGB value is (2,206,162). Sum of RGB (Red+Green+Blue) = 2+206+162=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #02CEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CEA2 is #FD315D. Grayscale: #8B8B8B. Windows color (decimal): -16593246 or 10669570. OLE color: 10669570.

HSL color Cylindrical-coordinate representation of color #02CEA2: hue angle of 167.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CEA2 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 206 162 -
CMYK 0.99 0 0.21 0.19
HSL 167.06º 0.98% 0.41% -
HSV(B) 167.06º 0.99% 0.81% -
XYZ 28.62 46.76 41.7 -
YUV 139.99 140.41 29.58 -
System Red Green Blue C M Y K H S L
Decimal 2 206 162 0.99 0 0.21 0.19 167.06 0.98 0.41
Hex 2 CE A2 63 0 15 13 A7 62 29
Octal 2 316 242 143 0 25 23 247 142 51
Binary 10 11001110 10100010 1100011 0 10101 10011 10100111 1100010 101001

Color Harmonies of #02CEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CEA2

Black with #02CEA2

Text Example


Text Example

White with #02CEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,206,162); }

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

background-color css

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

 a { background-color: rgb(2,206,162); }

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

border-color css

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

 span { border-color: rgb(2,206,162); }

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