Html Css Color HEX #02DB8B Caribbean Green

📋 copy color: '#02DB8B'

red 2 ◦ green 219 ◦ blue 139

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

Shades of Caribbean Green #02DB8B

Tints of Caribbean Green #02DB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 0.56%
G = 60.83%
B = 38.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#02DB8B (or 0x02DB8B) is known color: Caribbean Green. HEX triplet: 02, DB and 8B. RGB value is (2,219,139). Sum of RGB (Red+Green+Blue) = 2+219+139=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #02DB8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DB8B is #FD2474. Grayscale: #919191. Windows color (decimal): -16589941 or 9165570. OLE color: 9165570.

HSL color Cylindrical-coordinate representation of color #02DB8B: hue angle of 157.88º 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 #02DB8B is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 219 139 -
CMYK 0.99 0 0.37 0.14
HSL 157.88º 0.98% 0.43% -
HSV(B) 157.88º 0.99% 0.86% -
XYZ 30.02 52.54 32.99 -
YUV 145 124.61 26 -
System Red Green Blue C M Y K H S L
Decimal 2 219 139 0.99 0 0.37 0.14 157.88 0.98 0.43
Hex 2 DB 8B 63 0 25 E 9E 62 2B
Octal 2 333 213 143 0 45 16 236 142 53
Binary 10 11011011 10001011 1100011 0 100101 1110 10011110 1100010 101011

Color Harmonies of #02DB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DB8B

Black with #02DB8B

Text Example


Text Example

White with #02DB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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