#12C7C3

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

Shades of Robin's Egg Blue #12C7C3

Tints of Robin's Egg Blue #12C7C3

Color information

#12C7C3 (or 0x12C7C3) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, C7 and C3. RGB value is (18,199,195). Sum of RGB (Red+Green+Blue) = 18+199+195=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #12C7C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C7C3 is #ED383C. Grayscale: #909090. Windows color (decimal): -15546429 or 12830482. OLE color: 12830482.

HSL color Cylindrical-coordinate representation of color #12C7C3: hue angle of 178.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C7C3 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB18199195-
CMYK0.9100.020.22
HSL178.67º83.41%42.55%-
HSV(B)178.67º90.95%78.04%-
XYZ30.5244.9258.69-
YUV144.42156.5337.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.37%
GREEN value IS 199 (78.12% from 255) = 48.30%
BLUE value IS 195 (76.56% from 255) = 47.33%
R=4.37%
G=48.30%
B=47.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181991950.9100.020.22178.6783.4142.55
Hex12C7C35B0216b3532b
Octal22307303133022626312353
Binary100101100011111000011101101101010110101100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12C7C3; }

 p { color: rgb(18,199,195); }

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

<style>
 a { background-color: #12C7C3; }

 a { background-color: rgb(18,199,195); }

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

<style>
 span { border-color: #12C7C3; }

 span { border-color: rgb(18,199,195); }

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