#0AD8BE

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

Shades of Robin's Egg Blue #0AD8BE

Tints of Robin's Egg Blue #0AD8BE

Color information

#0AD8BE (or 0x0AD8BE) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, D8 and BE. RGB value is (10,216,190). Sum of RGB (Red+Green+Blue) = 10+216+190=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD8BE is #F52741. Grayscale: #979797. Windows color (decimal): -16066370 or 12507146. OLE color: 12507146.

HSL color Cylindrical-coordinate representation of color #0AD8BE: hue angle of 172.43º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD8BE is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB10216190-
CMYK0.9500.120.15
HSL172.43º91.15%44.31%-
HSV(B)172.43º95.37%84.71%-
XYZ33.9852.8957.13-
YUV151.44149.7527.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.40%
GREEN value IS 216 (84.77% from 255) = 51.92%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=2.40%
G=51.92%
B=45.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102161900.9500.120.15172.4391.1544.31
HexAD8BE5F0CFac5b2c
Octal123302761370141725413354
Binary101011011000101111101011111011001111101011001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,216,190); }

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

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

 a { background-color: rgb(10,216,190); }

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

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

 span { border-color: rgb(10,216,190); }

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