Html Css Color HEX #02CBAF Caribbean Green

📋 copy color: '#02CBAF'

red 2 ◦ green 203 ◦ blue 175

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

Shades of Caribbean Green #02CBAF

Tints of Caribbean Green #02CBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 0.53%
G = 53.42%
B = 46.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#02CBAF (or 0x02CBAF) is known color: Caribbean Green. HEX triplet: 02, CB and AF. RGB value is (2,203,175). Sum of RGB (Red+Green+Blue) = 2+203+175=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #02CBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CBAF is #FD3450. Grayscale: #8B8B8B. Windows color (decimal): -16594001 or 11520770. OLE color: 11520770.

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

Color convert

RGB 2 203 175 -
CMYK 0.99 0 0.14 0.20
HSL 171.64º 0.98% 0.4% -
HSV(B) 171.64º 0.99% 0.8% -
XYZ 29.12 45.82 47.87 -
YUV 139.71 147.91 29.78 -
System Red Green Blue C M Y K H S L
Decimal 2 203 175 0.99 0 0.14 0.20 171.64 0.98 0.4
Hex 2 CB AF 63 0 E 14 AC 62 28
Octal 2 313 257 143 0 16 24 254 142 50
Binary 10 11001011 10101111 1100011 0 1110 10100 10101100 1100010 101000

Color Harmonies of #02CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CBAF

Black with #02CBAF

Text Example


Text Example

White with #02CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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