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

📋 copy color: '#02D0B5'

red 2 ◦ green 208 ◦ blue 181

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

Shades of Robin's Egg Blue #02D0B5

Tints of Robin's Egg Blue #02D0B5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.2%

 BLUE value IS 181 (71.09% from 255) = 46.29%

R = 0.51%
G = 53.2%
B = 46.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#02D0B5 (or 0x02D0B5) is known color: Robin's Egg Blue. HEX triplet: 02, D0 and B5. RGB value is (2,208,181). Sum of RGB (Red+Green+Blue) = 2+208+181=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #02D0B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D0B5 is #FD2F4A. Grayscale: #8F8F8F. Windows color (decimal): -16592715 or 11915266. OLE color: 11915266.

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

Color convert

RGB 2 208 181 -
CMYK 0.99 0 0.13 0.18
HSL 172.14º 0.98% 0.41% -
HSV(B) 172.14º 0.99% 0.82% -
XYZ 30.92 48.46 51.44 -
YUV 143.33 149.25 27.2 -
System Red Green Blue C M Y K H S L
Decimal 2 208 181 0.99 0 0.13 0.18 172.14 0.98 0.41
Hex 2 D0 B5 63 0 D 12 AC 62 29
Octal 2 320 265 143 0 15 22 254 142 51
Binary 10 11010000 10110101 1100011 0 1101 10010 10101100 1100010 101001

Color Harmonies of #02D0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D0B5

Black with #02D0B5

Text Example


Text Example

White with #02D0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,208,181); }

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

background-color css

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

 a { background-color: rgb(2,208,181); }

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

border-color css

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

 span { border-color: rgb(2,208,181); }

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