#12D7C2

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

Shades of Robin's Egg Blue #12D7C2

Tints of Robin's Egg Blue #12D7C2

Color information

#12D7C2 (or 0x12D7C2) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, D7 and C2. RGB value is (18,215,194). Sum of RGB (Red+Green+Blue) = 18+215+194=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #12D7C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D7C2 is #ED283D. Grayscale: #999999. Windows color (decimal): -15542334 or 12769042. OLE color: 12769042.

HSL color Cylindrical-coordinate representation of color #12D7C2: hue angle of 173.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D7C2 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB18215194-
CMYK0.9200.100.16
HSL173.6º84.55%45.69%-
HSV(B)173.6º91.63%84.31%-
XYZ34.2952.6259.39-
YUV153.7150.7331.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.22%
GREEN value IS 215 (84.38% from 255) = 50.35%
BLUE value IS 194 (76.17% from 255) = 45.43%
R=4.22%
G=50.35%
B=45.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182151940.9200.100.16173.684.5545.69
Hex12D7C25C0A10ae552e
Octal223273021340122025612556
Binary10010110101111100001010111000101010000101011101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,215,194); }

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

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

 a { background-color: rgb(18,215,194); }

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

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

 span { border-color: rgb(18,215,194); }

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