#04C1BA

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

Shades of Robin's Egg Blue #04C1BA

Tints of Robin's Egg Blue #04C1BA

Color information

#04C1BA (or 0x04C1BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 04, C1 and BA. RGB value is (4,193,186). Sum of RGB (Red+Green+Blue) = 4+193+186=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #04C1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C1BA is #FB3E45. Grayscale: #878787. Windows color (decimal): -16465478 or 12239108. OLE color: 12239108.

HSL color Cylindrical-coordinate representation of color #04C1BA: hue angle of 177.78º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C1BA is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB4193186-
CMYK0.9800.040.24
HSL177.78º95.94%38.63%-
HSV(B)177.78º97.93%75.69%-
XYZ27.9841.7153.03-
YUV135.69156.3834.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.04%
GREEN value IS 193 (75.78% from 255) = 50.39%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=1.04%
G=50.39%
B=48.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal41931860.9800.040.24177.7895.9438.63
Hex4C1BA620418b26027
Octal4301272142043026214047
Binary10011000001101110101100010010011000101100101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,193,186); }

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

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

 a { background-color: rgb(4,193,186); }

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

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

 span { border-color: rgb(4,193,186); }

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