#00D0BA

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

Shades of Robin's Egg Blue #00D0BA

Tints of Robin's Egg Blue #00D0BA

Color information

#00D0BA (or 0x00D0BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, D0 and BA. RGB value is (0,208,186). Sum of RGB (Red+Green+Blue) = 0+208+186=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #00D0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D0BA is #FF2F45. Grayscale: #8F8F8F. Windows color (decimal): -16723782 or 12242944. OLE color: 12242944.

HSL color Cylindrical-coordinate representation of color #00D0BA: hue angle of 173.65º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D0BA is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB0208186-
CMYK100.110.18
HSL173.65º100%40.78%-
HSV(B)173.65º100%81.57%-
XYZ31.4248.6654.19-
YUV143.3152.0925.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 208 (81.64% from 255) = 52.79%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=0%
G=52.79%
B=47.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal0208186100.110.18173.6510040.78
Hex0D0BA640B12ae6429
Octal03202721440132225614451
Binary0110100001011101011001000101110010101011101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00D0BA; }

 p { color: rgb(0,208,186); }

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

<style>
 a { background-color: #00D0BA; }

 a { background-color: rgb(0,208,186); }

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

<style>
 span { border-color: #00D0BA; }

 span { border-color: rgb(0,208,186); }

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