Html Css Color HEX #02D5A0 Caribbean Green

📋 copy color: '#02D5A0'

red 2 ◦ green 213 ◦ blue 160

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

Shades of Caribbean Green #02D5A0

Tints of Caribbean Green #02D5A0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.8%

 BLUE value IS 160 (62.89% from 255) = 42.67%

R = 0.53%
G = 56.8%
B = 42.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#02D5A0 (or 0x02D5A0) is known color: Caribbean Green. HEX triplet: 02, D5 and A0. RGB value is (2,213,160). Sum of RGB (Red+Green+Blue) = 2+213+160=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #02D5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02D5A0 is #FD2A5F. Grayscale: #8F8F8F. Windows color (decimal): -16591456 or 10540290. OLE color: 10540290.

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

Color convert

RGB 2 213 160 -
CMYK 0.99 0 0.25 0.16
HSL 164.93º 0.98% 0.42% -
HSV(B) 164.93º 0.99% 0.84% -
XYZ 30.16 50.14 41.35 -
YUV 143.87 137.1 26.81 -
System Red Green Blue C M Y K H S L
Decimal 2 213 160 0.99 0 0.25 0.16 164.93 0.98 0.42
Hex 2 D5 A0 63 0 19 10 A5 62 2A
Octal 2 325 240 143 0 31 20 245 142 52
Binary 10 11010101 10100000 1100011 0 11001 10000 10100101 1100010 101010

Color Harmonies of #02D5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D5A0

Black with #02D5A0

Text Example


Text Example

White with #02D5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,213,160); }

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

background-color css

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

 a { background-color: rgb(2,213,160); }

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

border-color css

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

 span { border-color: rgb(2,213,160); }

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