#03C2CA

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

Shades of Robin's Egg Blue #03C2CA

Tints of Robin's Egg Blue #03C2CA

Color information

#03C2CA (or 0x03C2CA) is unknown color: approx Robin's Egg Blue. HEX triplet: 03, C2 and CA. RGB value is (3,194,202). Sum of RGB (Red+Green+Blue) = 3+194+202=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #03C2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C2CA is #FC3D35. Grayscale: #898989. Windows color (decimal): -16530742 or 13287939. OLE color: 13287939.

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

Color convert

RGB3194202-
CMYK0.990.0400.21
HSL182.41º97.07%40.2%-
HSV(B)182.41º98.51%79.22%-
XYZ29.9942.8762.57-
YUV137.8164.2231.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.75%
GREEN value IS 194 (76.17% from 255) = 48.62%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=0.75%
G=48.62%
B=50.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal31942020.990.0400.21182.4197.0740.2
Hex3C2CA634015b66128
Octal3302312143402526614150
Binary1111000010110010101100011100010101101101101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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