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

📋 copy color: '#02DDC0'

red 2 ◦ green 221 ◦ blue 192

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

Shades of Robin's Egg Blue #02DDC0

Tints of Robin's Egg Blue #02DDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 0.48%
G = 53.25%
B = 46.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#02DDC0 (or 0x02DDC0) is known color: Robin's Egg Blue. HEX triplet: 02, DD and C0. RGB value is (2,221,192). Sum of RGB (Red+Green+Blue) = 2+221+192=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDC0 is #FD223F. Grayscale: #989898. Windows color (decimal): -16589376 or 12639490. OLE color: 12639490.

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

Color convert

RGB 2 221 192 -
CMYK 0.99 0 0.13 0.13
HSL 172.05º 0.98% 0.44% -
HSV(B) 172.05º 0.99% 0.87% -
XYZ 35.4 55.53 58.72 -
YUV 152.21 150.45 20.86 -
System Red Green Blue C M Y K H S L
Decimal 2 221 192 0.99 0 0.13 0.13 172.05 0.98 0.44
Hex 2 DD C0 63 0 D D AC 62 2C
Octal 2 335 300 143 0 15 15 254 142 54
Binary 10 11011101 11000000 1100011 0 1101 1101 10101100 1100010 101100

Color Harmonies of #02DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DDC0

Black with #02DDC0

Text Example


Text Example

White with #02DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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