Html Css Color HEX #02DBA9 Caribbean Green

📋 copy color: '#02DBA9'

red 2 ◦ green 219 ◦ blue 169

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

Shades of Caribbean Green #02DBA9

Tints of Caribbean Green #02DBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.33%

R = 0.51%
G = 56.15%
B = 43.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#02DBA9 (or 0x02DBA9) is known color: Caribbean Green. HEX triplet: 02, DB and A9. RGB value is (2,219,169). Sum of RGB (Red+Green+Blue) = 2+219+169=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #02DBA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DBA9 is #FD2456. Grayscale: #949494. Windows color (decimal): -16589911 or 11131650. OLE color: 11131650.

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

Color convert

RGB 2 219 169 -
CMYK 0.99 0 0.23 0.14
HSL 166.18º 0.98% 0.43% -
HSV(B) 166.18º 0.99% 0.86% -
XYZ 32.52 53.54 46.16 -
YUV 148.42 139.61 23.57 -
System Red Green Blue C M Y K H S L
Decimal 2 219 169 0.99 0 0.23 0.14 166.18 0.98 0.43
Hex 2 DB A9 63 0 17 E A6 62 2B
Octal 2 333 251 143 0 27 16 246 142 53
Binary 10 11011011 10101001 1100011 0 10111 1110 10100110 1100010 101011

Color Harmonies of #02DBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DBA9

Black with #02DBA9

Text Example


Text Example

White with #02DBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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