Html Css Color HEX #02DEAF Caribbean Green

📋 copy color: '#02DEAF'

red 2 ◦ green 222 ◦ blue 175

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

Shades of Caribbean Green #02DEAF

Tints of Caribbean Green #02DEAF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.64%

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

R = 0.5%
G = 55.64%
B = 43.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#02DEAF (or 0x02DEAF) is known color: Caribbean Green. HEX triplet: 02, DE and AF. RGB value is (2,222,175). Sum of RGB (Red+Green+Blue) = 2+222+175=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 222 (87.11% from 255 or 55.64% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 222 - color contains mainly: green. Hex color #02DEAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DEAF is #FD2150. Grayscale: #969696. Windows color (decimal): -16589137 or 11525634. OLE color: 11525634.

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

Color convert

RGB 2 222 175 -
CMYK 0.99 0 0.21 0.13
HSL 167.18º 0.98% 0.44% -
HSV(B) 167.18º 0.99% 0.87% -
XYZ 33.88 55.35 49.46 -
YUV 150.86 141.61 21.82 -
System Red Green Blue C M Y K H S L
Decimal 2 222 175 0.99 0 0.21 0.13 167.18 0.98 0.44
Hex 2 DE AF 63 0 15 D A7 62 2C
Octal 2 336 257 143 0 25 15 247 142 54
Binary 10 11011110 10101111 1100011 0 10101 1101 10100111 1100010 101100

Color Harmonies of #02DEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DEAF

Black with #02DEAF

Text Example


Text Example

White with #02DEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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