Html Css Color HEX #02DDB9 Robin's Egg Blue

📋 copy color: '#02DDB9'

red 2 ◦ green 221 ◦ blue 185

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

Shades of Robin's Egg Blue #02DDB9

Tints of Robin's Egg Blue #02DDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.17%

 BLUE value IS 185 (72.66% from 255) = 45.34%

R = 0.49%
G = 54.17%
B = 45.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#02DDB9 (or 0x02DDB9) is known color: Robin's Egg Blue. HEX triplet: 02, DD and B9. RGB value is (2,221,185). Sum of RGB (Red+Green+Blue) = 2+221+185=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDB9 is #FD2246. Grayscale: #979797. Windows color (decimal): -16589383 or 12180738. OLE color: 12180738.

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

Color convert

RGB 2 221 185 -
CMYK 0.99 0 0.16 0.13
HSL 170.14º 0.98% 0.44% -
HSV(B) 170.14º 0.99% 0.87% -
XYZ 34.64 55.23 54.73 -
YUV 151.42 146.95 21.43 -
System Red Green Blue C M Y K H S L
Decimal 2 221 185 0.99 0 0.16 0.13 170.14 0.98 0.44
Hex 2 DD B9 63 0 10 D AA 62 2C
Octal 2 335 271 143 0 20 15 252 142 54
Binary 10 11011101 10111001 1100011 0 10000 1101 10101010 1100010 101100

Color Harmonies of #02DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DDB9

Black with #02DDB9

Text Example


Text Example

White with #02DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,221,185); }

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

background-color css

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

 a { background-color: rgb(2,221,185); }

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

border-color css

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

 span { border-color: rgb(2,221,185); }

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