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

📋 copy color: '#02D6B5'

red 2 ◦ green 214 ◦ blue 181

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

Shades of Robin's Egg Blue #02D6B5

Tints of Robin's Egg Blue #02D6B5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.9%

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

R = 0.5%
G = 53.9%
B = 45.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#02D6B5 (or 0x02D6B5) is known color: Robin's Egg Blue. HEX triplet: 02, D6 and B5. RGB value is (2,214,181). Sum of RGB (Red+Green+Blue) = 2+214+181=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #02D6B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D6B5 is #FD294A. Grayscale: #929292. Windows color (decimal): -16591179 or 11916802. OLE color: 11916802.

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

Color convert

RGB 2 214 181 -
CMYK 0.99 0 0.15 0.16
HSL 170.66º 0.98% 0.42% -
HSV(B) 170.66º 0.99% 0.84% -
XYZ 32.41 51.44 51.94 -
YUV 146.85 147.26 24.68 -
System Red Green Blue C M Y K H S L
Decimal 2 214 181 0.99 0 0.15 0.16 170.66 0.98 0.42
Hex 2 D6 B5 63 0 F 10 AB 62 2A
Octal 2 326 265 143 0 17 20 253 142 52
Binary 10 11010110 10110101 1100011 0 1111 10000 10101011 1100010 101010

Color Harmonies of #02D6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D6B5

Black with #02D6B5

Text Example


Text Example

White with #02D6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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