#10CCC3

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

Shades of Robin's Egg Blue #10CCC3

Tints of Robin's Egg Blue #10CCC3

Color information

#10CCC3 (or 0x10CCC3) is unknown color: approx Robin's Egg Blue. HEX triplet: 10, CC and C3. RGB value is (16,204,195). Sum of RGB (Red+Green+Blue) = 16+204+195=415 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.86% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #10CCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10CCC3 is #EF333C. Grayscale: #929292. Windows color (decimal): -15676221 or 12831760. OLE color: 12831760.

HSL color Cylindrical-coordinate representation of color #10CCC3: hue angle of 177.13º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CCC3 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB16204195-
CMYK0.9200.040.2
HSL177.13º85.45%43.14%-
HSV(B)177.13º92.16%80%-
XYZ31.6647.2459.08-
YUV146.76155.2234.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.86%
GREEN value IS 204 (80.08% from 255) = 49.16%
BLUE value IS 195 (76.56% from 255) = 46.99%
R=3.86%
G=49.16%
B=46.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162041950.9200.040.2177.1385.4543.14
Hex10CCC35C0414b1552b
Octal20314303134042426112553
Binary1000011001100110000111011100010010100101100011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10CCC3; }

 p { color: rgb(16,204,195); }

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

<style>
 a { background-color: #10CCC3; }

 a { background-color: rgb(16,204,195); }

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

<style>
 span { border-color: #10CCC3; }

 span { border-color: rgb(16,204,195); }

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