Html Css Color HEX #02CBAA Caribbean Green

📋 copy color: '#02CBAA'

red 2 ◦ green 203 ◦ blue 170

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

Shades of Caribbean Green #02CBAA

Tints of Caribbean Green #02CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.13%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 0.53%
G = 54.13%
B = 45.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#02CBAA (or 0x02CBAA) is known color: Caribbean Green. HEX triplet: 02, CB and AA. RGB value is (2,203,170). Sum of RGB (Red+Green+Blue) = 2+203+170=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #02CBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CBAA is #FD3455. Grayscale: #8B8B8B. Windows color (decimal): -16594006 or 11193090. OLE color: 11193090.

HSL color Cylindrical-coordinate representation of color #02CBAA: hue angle of 170.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CBAA is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 203 170 -
CMYK 0.99 0 0.16 0.20
HSL 170.15º 0.98% 0.4% -
HSV(B) 170.15º 0.99% 0.8% -
XYZ 28.64 45.63 45.33 -
YUV 139.14 145.41 30.18 -
System Red Green Blue C M Y K H S L
Decimal 2 203 170 0.99 0 0.16 0.20 170.15 0.98 0.4
Hex 2 CB AA 63 0 10 14 AA 62 28
Octal 2 313 252 143 0 20 24 252 142 50
Binary 10 11001011 10101010 1100011 0 10000 10100 10101010 1100010 101000

Color Harmonies of #02CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CBAA

Black with #02CBAA

Text Example


Text Example

White with #02CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,203,170); }

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

background-color css

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

 a { background-color: rgb(2,203,170); }

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

border-color css

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

 span { border-color: rgb(2,203,170); }

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