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

📋 copy color: '#02DCB9'

red 2 ◦ green 220 ◦ blue 185

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

Shades of Robin's Egg Blue #02DCB9

Tints of Robin's Egg Blue #02DCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.05%

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

R = 0.49%
G = 54.05%
B = 45.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#02DCB9 (or 0x02DCB9) is known color: Robin's Egg Blue. HEX triplet: 02, DC and B9. RGB value is (2,220,185). Sum of RGB (Red+Green+Blue) = 2+220+185=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCB9 is #FD2346. Grayscale: #969696. Windows color (decimal): -16589639 or 12180482. OLE color: 12180482.

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

Color convert

RGB 2 220 185 -
CMYK 0.99 0 0.16 0.14
HSL 170.37º 0.98% 0.44% -
HSV(B) 170.37º 0.99% 0.86% -
XYZ 34.38 54.7 54.65 -
YUV 150.83 147.28 21.85 -
System Red Green Blue C M Y K H S L
Decimal 2 220 185 0.99 0 0.16 0.14 170.37 0.98 0.44
Hex 2 DC B9 63 0 10 E AA 62 2C
Octal 2 334 271 143 0 20 16 252 142 54
Binary 10 11011100 10111001 1100011 0 10000 1110 10101010 1100010 101100

Color Harmonies of #02DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DCB9

Black with #02DCB9

Text Example


Text Example

White with #02DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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