#04C2CA

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

Shades of Robin's Egg Blue #04C2CA

Tints of Robin's Egg Blue #04C2CA

Color information

#04C2CA (or 0x04C2CA) is unknown color: approx Robin's Egg Blue. HEX triplet: 04, C2 and CA. RGB value is (4,194,202). Sum of RGB (Red+Green+Blue) = 4+194+202=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #04C2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C2CA is #FB3D35. Grayscale: #898989. Windows color (decimal): -16465206 or 13287940. OLE color: 13287940.

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

Color convert

RGB4194202-
CMYK0.980.0400.21
HSL182.42º96.12%40.39%-
HSV(B)182.42º98.02%79.22%-
XYZ3042.8762.57-
YUV138.1164.0532.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1%
GREEN value IS 194 (76.17% from 255) = 48.5%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=1%
G=48.5%
B=50.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41942020.980.0400.21182.4296.1240.39
Hex4C2CA624015b66028
Octal4302312142402526614050
Binary10011000010110010101100010100010101101101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,194,202); }

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

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

 a { background-color: rgb(4,194,202); }

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

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

 span { border-color: rgb(4,194,202); }

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