#0AD2B5

Color #0AD2B5 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0AD2B5

Tints of Robin's Egg Blue #0AD2B5

Color information

#0AD2B5 (or 0x0AD2B5) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, D2 and B5. RGB value is (10,210,181). Sum of RGB (Red+Green+Blue) = 10+210+181=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD2B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD2B5 is #F52D4A. Grayscale: #929292. Windows color (decimal): -16067915 or 11915786. OLE color: 11915786.

HSL color Cylindrical-coordinate representation of color #0AD2B5: hue angle of 171.3º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD2B5 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB10210181-
CMYK0.9500.140.18
HSL171.3º90.91%43.14%-
HSV(B)171.3º95.24%82.35%-
XYZ31.5149.4951.61-
YUV146.89147.2430.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.49%
GREEN value IS 210 (82.42% from 255) = 52.37%
BLUE value IS 181 (71.09% from 255) = 45.14%
R=2.49%
G=52.37%
B=45.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102101810.9500.140.18171.390.9143.14
HexAD2B55F0E12ab5b2b
Octal123222651370162225313353
Binary1010110100101011010110111110111010010101010111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AD2B5; }

 p { color: rgb(10,210,181); }

 H1.HeaderClassName
 {
   color: #0AD2B5;
 }
 .AnyTagClassName
 {
   color: #0AD2B5;
 }
</style>
background-color css

<style>
 a { background-color: #0AD2B5; }

 a { background-color: rgb(10,210,181); }

 div.DivClassName
 {
   background-color: #0AD2B5;
 }
 .BgClassName
 {
   background-color: #0AD2B5;
 }
</style>
border-color css

<style>
 span { border-color: #0AD2B5; }

 span { border-color: rgb(10,210,181); }

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