Html Css Color HEX #02CBAB Caribbean Green

📋 copy color: '#02CBAB'

red 2 ◦ green 203 ◦ blue 171

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

Shades of Caribbean Green #02CBAB

Tints of Caribbean Green #02CBAB

RGB

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

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

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

R = 0.53%
G = 53.99%
B = 45.48%

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

#02CBAB (or 0x02CBAB) is known color: Caribbean Green. HEX triplet: 02, CB and AB. RGB value is (2,203,171). Sum of RGB (Red+Green+Blue) = 2+203+171=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #02CBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CBAB is #FD3454. Grayscale: #8B8B8B. Windows color (decimal): -16594005 or 11258626. OLE color: 11258626.

HSL color Cylindrical-coordinate representation of color #02CBAB: hue angle of 170.45º 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 #02CBAB is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 203 171 -
CMYK 0.99 0 0.16 0.20
HSL 170.45º 0.98% 0.4% -
HSV(B) 170.45º 0.99% 0.8% -
XYZ 28.73 45.67 45.83 -
YUV 139.25 145.91 30.1 -
System Red Green Blue C M Y K H S L
Decimal 2 203 171 0.99 0 0.16 0.20 170.45 0.98 0.4
Hex 2 CB AB 63 0 10 14 AA 62 28
Octal 2 313 253 143 0 20 24 252 142 50
Binary 10 11001011 10101011 1100011 0 10000 10100 10101010 1100010 101000

Color Harmonies of #02CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CBAB

Black with #02CBAB

Text Example


Text Example

White with #02CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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