Html Css Color HEX #02DB8D Caribbean Green

📋 copy color: '#02DB8D'

red 2 ◦ green 219 ◦ blue 141

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

Shades of Caribbean Green #02DB8D

Tints of Caribbean Green #02DB8D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60.5%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 0.55%
G = 60.5%
B = 38.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#02DB8D (or 0x02DB8D) is known color: Caribbean Green. HEX triplet: 02, DB and 8D. RGB value is (2,219,141). Sum of RGB (Red+Green+Blue) = 2+219+141=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #02DB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DB8D is #FD2472. Grayscale: #919191. Windows color (decimal): -16589939 or 9296642. OLE color: 9296642.

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

Color convert

RGB 2 219 141 -
CMYK 0.99 0 0.36 0.14
HSL 158.43º 0.98% 0.43% -
HSV(B) 158.43º 0.99% 0.86% -
XYZ 30.16 52.6 33.76 -
YUV 145.23 125.61 25.84 -
System Red Green Blue C M Y K H S L
Decimal 2 219 141 0.99 0 0.36 0.14 158.43 0.98 0.43
Hex 2 DB 8D 63 0 24 E 9E 62 2B
Octal 2 333 215 143 0 44 16 236 142 53
Binary 10 11011011 10001101 1100011 0 100100 1110 10011110 1100010 101011

Color Harmonies of #02DB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DB8D

Black with #02DB8D

Text Example


Text Example

White with #02DB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,219,141); }

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

background-color css

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

 a { background-color: rgb(2,219,141); }

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

border-color css

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

 span { border-color: rgb(2,219,141); }

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