#03D0B4

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

Shades of Robin's Egg Blue #03D0B4

Tints of Robin's Egg Blue #03D0B4

Color information

#03D0B4 (or 0x03D0B4) is unknown color: approx Robin's Egg Blue. HEX triplet: 03, D0 and B4. RGB value is (3,208,180). Sum of RGB (Red+Green+Blue) = 3+208+180=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #03D0B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D0B4 is #FC2F4B. Grayscale: #8F8F8F. Windows color (decimal): -16527180 or 11849731. OLE color: 11849731.

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

Color convert

RGB3208180-
CMYK0.9900.130.18
HSL171.8º97.16%41.37%-
HSV(B)171.8º98.56%81.57%-
XYZ30.8348.4350.9-
YUV143.51148.5827.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.77%
GREEN value IS 208 (81.64% from 255) = 53.20%
BLUE value IS 180 (70.70% from 255) = 46.04%
R=0.77%
G=53.20%
B=46.04%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal32081800.9900.130.18171.897.1641.37
Hex3D0B4630D12ac6129
Octal33202641430152225414151
Binary11110100001011010011000110110110010101011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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