#04E4BD

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

Shades of Robin's Egg Blue #04E4BD

Tints of Robin's Egg Blue #04E4BD

Color information

#04E4BD (or 0x04E4BD) is unknown color: approx Robin's Egg Blue. HEX triplet: 04, E4 and BD. RGB value is (4,228,189). Sum of RGB (Red+Green+Blue) = 4+228+189=421 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #04E4BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E4BD is #FB1B42. Grayscale: #9C9C9C. Windows color (decimal): -16456515 or 12444676. OLE color: 12444676.

HSL color Cylindrical-coordinate representation of color #04E4BD: hue angle of 169.55º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E4BD is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB4228189-
CMYK0.9800.170.11
HSL169.55º96.55%45.49%-
HSV(B)169.55º98.25%89.41%-
XYZ36.9859.1957.62-
YUV156.58146.2919.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 0.95%
GREEN value IS 228 (89.45% from 255) = 54.16%
BLUE value IS 189 (74.22% from 255) = 44.89%
R=0.95%
G=54.16%
B=44.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal42281890.9800.170.11169.5596.5545.49
Hex4E4BD62011Baa612d
Octal43442751420211325214155
Binary100111001001011110111000100100011011101010101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04E4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04E4BD; }

 p { color: rgb(4,228,189); }

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

<style>
 a { background-color: #04E4BD; }

 a { background-color: rgb(4,228,189); }

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

<style>
 span { border-color: #04E4BD; }

 span { border-color: rgb(4,228,189); }

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