#03D0BC

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

Shades of Robin's Egg Blue #03D0BC

Tints of Robin's Egg Blue #03D0BC

Color information

#03D0BC (or 0x03D0BC) is unknown color: approx Robin's Egg Blue. HEX triplet: 03, D0 and BC. RGB value is (3,208,188). Sum of RGB (Red+Green+Blue) = 3+208+188=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #03D0BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D0BC is #FC2F43. Grayscale: #909090. Windows color (decimal): -16527172 or 12374019. OLE color: 12374019.

HSL color Cylindrical-coordinate representation of color #03D0BC: hue angle of 174.15º degrees, saturation: 0.97, 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 #03D0BC is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB3208188-
CMYK0.9900.100.18
HSL174.15º97.16%41.37%-
HSV(B)174.15º98.56%81.57%-
XYZ31.6748.7655.32-
YUV144.43152.5827.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.75%
GREEN value IS 208 (81.64% from 255) = 52.13%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=0.75%
G=52.13%
B=47.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal32081880.9900.100.18174.1597.1641.37
Hex3D0BC630A12ae6129
Octal33202741430122225614151
Binary11110100001011110011000110101010010101011101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03D0BC; }

 p { color: rgb(3,208,188); }

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

<style>
 a { background-color: #03D0BC; }

 a { background-color: rgb(3,208,188); }

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

<style>
 span { border-color: #03D0BC; }

 span { border-color: rgb(3,208,188); }

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