Html Css Color HEX #02CA9F Caribbean Green

📋 copy color: '#02CA9F'

red 2 ◦ green 202 ◦ blue 159

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

Shades of Caribbean Green #02CA9F

Tints of Caribbean Green #02CA9F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.65%

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 0.55%
G = 55.65%
B = 43.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#02CA9F (or 0x02CA9F) is known color: Caribbean Green. HEX triplet: 02, CA and 9F. RGB value is (2,202,159). Sum of RGB (Red+Green+Blue) = 2+202+159=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CA9F is #FD3560. Grayscale: #898989. Windows color (decimal): -16594273 or 10471938. OLE color: 10471938.

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

Color convert

RGB 2 202 159 -
CMYK 0.99 0 0.21 0.21
HSL 167.1º 0.98% 0.4% -
HSV(B) 167.1º 0.99% 0.79% -
XYZ 27.4 44.76 40 -
YUV 137.3 140.24 31.5 -
System Red Green Blue C M Y K H S L
Decimal 2 202 159 0.99 0 0.21 0.21 167.1 0.98 0.4
Hex 2 CA 9F 63 0 15 15 A7 62 28
Octal 2 312 237 143 0 25 25 247 142 50
Binary 10 11001010 10011111 1100011 0 10101 10101 10100111 1100010 101000

Color Harmonies of #02CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CA9F

Black with #02CA9F

Text Example


Text Example

White with #02CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,202,159); }

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

background-color css

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

 a { background-color: rgb(2,202,159); }

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

border-color css

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

 span { border-color: rgb(2,202,159); }

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