Html Css Color HEX #02CCAB Caribbean Green

📋 copy color: '#02CCAB'

red 2 ◦ green 204 ◦ blue 171

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

Shades of Caribbean Green #02CCAB

Tints of Caribbean Green #02CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.11%

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

R = 0.53%
G = 54.11%
B = 45.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#02CCAB (or 0x02CCAB) is known color: Caribbean Green. HEX triplet: 02, CC and AB. RGB value is (2,204,171). Sum of RGB (Red+Green+Blue) = 2+204+171=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #02CCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CCAB is #FD3354. Grayscale: #8B8B8B. Windows color (decimal): -16593749 or 11258882. OLE color: 11258882.

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

Color convert

RGB 2 204 171 -
CMYK 0.99 0 0.16 0.2
HSL 170.2º 0.98% 0.4% -
HSV(B) 170.2º 0.99% 0.8% -
XYZ 28.97 46.14 45.91 -
YUV 139.84 145.58 29.68 -
System Red Green Blue C M Y K H S L
Decimal 2 204 171 0.99 0 0.16 0.2 170.2 0.98 0.4
Hex 2 CC AB 63 0 10 14 AA 62 28
Octal 2 314 253 143 0 20 24 252 142 50
Binary 10 11001100 10101011 1100011 0 10000 10100 10101010 1100010 101000

Color Harmonies of #02CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CCAB

Black with #02CCAB

Text Example


Text Example

White with #02CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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