#04CAC4

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

Shades of Robin's Egg Blue #04CAC4

Tints of Robin's Egg Blue #04CAC4

Color information

#04CAC4 (or 0x04CAC4) is unknown color: approx Robin's Egg Blue. HEX triplet: 04, CA and C4. RGB value is (4,202,196). Sum of RGB (Red+Green+Blue) = 4+202+196=402 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #04CAC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CAC4 is #FB353B. Grayscale: #8D8D8D. Windows color (decimal): -16463164 or 12896772. OLE color: 12896772.

HSL color Cylindrical-coordinate representation of color #04CAC4: hue angle of 178.18º 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 #04CAC4 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB4202196-
CMYK0.9800.030.21
HSL178.18º96.12%40.39%-
HSV(B)178.18º98.02%79.22%-
XYZ31.1346.2559.51-
YUV142.11158.429.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.00%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 196 (76.95% from 255) = 48.76%
R=1.00%
G=50.25%
B=48.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42021960.9800.030.21178.1896.1240.39
Hex4CAC4620315b26028
Octal4312304142032526214050
Binary1001100101011000100110001001110101101100101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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