#02D4A5

Color #02D4A5 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #02D4A5

Tints of Caribbean Green #02D4A5

Color information

#02D4A5 (or 0x02D4A5) is unknown color: approx Caribbean Green. HEX triplet: 02, D4 and A5. RGB value is (2,212,165). Sum of RGB (Red+Green+Blue) = 2+212+165=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #02D4A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D4A5 is #FD2B5A. Grayscale: #8F8F8F. Windows color (decimal): -16591707 or 10867714. OLE color: 10867714.

HSL color Cylindrical-coordinate representation of color #02D4A5: hue angle of 166.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D4A5 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB2212165-
CMYK0.9900.220.17
HSL166.57º98.13%41.96%-
HSV(B)166.57º99.06%83.14%-
XYZ30.3649.8243.61-
YUV143.85139.9326.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 212 (83.20% from 255) = 55.94%
BLUE value IS 165 (64.84% from 255) = 43.54%
R=0.53%
G=55.94%
B=43.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal22121650.9900.220.17166.5798.1341.96
Hex2D4A56301611a7622a
Octal23242451430262124714252
Binary101101010010100101110001101011010001101001111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02D4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,212,165); }

 H1.HeaderClassName
 {
   color: #02D4A5;
 }
 .AnyTagClassName
 {
   color: #02D4A5;
 }
</style>
background-color css

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

 a { background-color: rgb(2,212,165); }

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

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

 span { border-color: rgb(2,212,165); }

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