#12D5C0

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

Shades of Robin's Egg Blue #12D5C0

Tints of Robin's Egg Blue #12D5C0

Color information

#12D5C0 (or 0x12D5C0) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, D5 and C0. RGB value is (18,213,192). Sum of RGB (Red+Green+Blue) = 18+213+192=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #12D5C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D5C0 is #ED2A3F. Grayscale: #989898. Windows color (decimal): -15542848 or 12637458. OLE color: 12637458.

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

Color convert

RGB18213192-
CMYK0.9200.100.16
HSL173.54º84.42%45.29%-
HSV(B)173.54º91.55%83.53%-
XYZ33.5651.5258.05-
YUV152.3150.432.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.26%
GREEN value IS 213 (83.59% from 255) = 50.35%
BLUE value IS 192 (75.39% from 255) = 45.39%
R=4.26%
G=50.35%
B=45.39%

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
Decimal182131920.9200.100.16173.5484.4245.29
Hex12D5C05C0A10ae542d
Octal223253001340122025612455
Binary10010110101011100000010111000101010000101011101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,213,192); }

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

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

 a { background-color: rgb(18,213,192); }

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

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

 span { border-color: rgb(18,213,192); }

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