Html Css Color HEX #02D8AA Caribbean Green

📋 copy color: '#02D8AA'

red 2 ◦ green 216 ◦ blue 170

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

Shades of Caribbean Green #02D8AA

Tints of Caribbean Green #02D8AA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.67%

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 0.52%
G = 55.67%
B = 43.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#02D8AA (or 0x02D8AA) is known color: Caribbean Green. HEX triplet: 02, D8 and AA. RGB value is (2,216,170). Sum of RGB (Red+Green+Blue) = 2+216+170=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 216 (84.77% from 255 or 55.67% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 216 - color contains mainly: green. Hex color #02D8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D8AA is #FD2755. Grayscale: #929292. Windows color (decimal): -16590678 or 11196418. OLE color: 11196418.

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

Color convert

RGB 2 216 170 -
CMYK 0.99 0 0.21 0.15
HSL 167.1º 0.98% 0.43% -
HSV(B) 167.1º 0.99% 0.85% -
XYZ 31.84 52.03 46.39 -
YUV 146.77 141.1 24.74 -
System Red Green Blue C M Y K H S L
Decimal 2 216 170 0.99 0 0.21 0.15 167.1 0.98 0.43
Hex 2 D8 AA 63 0 15 F A7 62 2B
Octal 2 330 252 143 0 25 17 247 142 53
Binary 10 11011000 10101010 1100011 0 10101 1111 10100111 1100010 101011

Color Harmonies of #02D8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D8AA

Black with #02D8AA

Text Example


Text Example

White with #02D8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,216,170); }

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

background-color css

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

 a { background-color: rgb(2,216,170); }

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

border-color css

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

 span { border-color: rgb(2,216,170); }

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