#12C7C5

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

Shades of Robin's Egg Blue #12C7C5

Tints of Robin's Egg Blue #12C7C5

Color information

#12C7C5 (or 0x12C7C5) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, C7 and C5. RGB value is (18,199,197). Sum of RGB (Red+Green+Blue) = 18+199+197=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #12C7C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C7C5 is #ED383A. Grayscale: #909090. Windows color (decimal): -15546427 or 12961554. OLE color: 12961554.

HSL color Cylindrical-coordinate representation of color #12C7C5: hue angle of 179.34º 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 #12C7C5 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB18199197-
CMYK0.9100.010.22
HSL179.34º83.41%42.55%-
HSV(B)179.34º90.95%78.04%-
XYZ30.7545.0159.89-
YUV144.65157.5337.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.35%
GREEN value IS 199 (78.12% from 255) = 48.07%
BLUE value IS 197 (77.34% from 255) = 47.58%
R=4.35%
G=48.07%
B=47.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181991970.9100.010.22179.3483.4142.55
Hex12C7C55B0116b3532b
Octal22307305133012626312353
Binary10010110001111100010110110110110110101100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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