#12C6B9

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

Shades of Robin's Egg Blue #12C6B9

Tints of Robin's Egg Blue #12C6B9

Color information

#12C6B9 (or 0x12C6B9) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, C6 and B9. RGB value is (18,198,185). Sum of RGB (Red+Green+Blue) = 18+198+185=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #12C6B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C6B9 is #ED3946. Grayscale: #8E8E8E. Windows color (decimal): -15546695 or 12174866. OLE color: 12174866.

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

Color convert

RGB18198185-
CMYK0.9100.070.22
HSL175.67º83.33%42.35%-
HSV(B)175.67º90.91%77.65%-
XYZ29.244.0252.86-
YUV142.7151.8739.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.49%
GREEN value IS 198 (77.73% from 255) = 49.38%
BLUE value IS 185 (72.66% from 255) = 46.13%
R=4.49%
G=49.38%
B=46.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181981850.9100.070.22175.6783.3342.35
Hex12C6B95B0716b0532a
Octal22306271133072626012352
Binary1001011000110101110011011011011110110101100001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,198,185); }

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

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

 a { background-color: rgb(18,198,185); }

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

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

 span { border-color: rgb(18,198,185); }

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