#12DBC0

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

Shades of Robin's Egg Blue #12DBC0

Tints of Robin's Egg Blue #12DBC0

Color information

#12DBC0 (or 0x12DBC0) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, DB and C0. RGB value is (18,219,192). Sum of RGB (Red+Green+Blue) = 18+219+192=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #12DBC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DBC0 is #ED243F. Grayscale: #9B9B9B. Windows color (decimal): -15541312 or 12638994. OLE color: 12638994.

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

Color convert

RGB18219192-
CMYK0.9200.120.14
HSL171.94º84.81%46.47%-
HSV(B)171.94º91.78%85.88%-
XYZ35.154.658.56-
YUV155.82148.4129.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.20%
GREEN value IS 219 (85.94% from 255) = 51.05%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=4.20%
G=51.05%
B=44.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182191920.9200.120.14171.9484.8146.47
Hex12DBC05C0CEac552e
Octal223333001340141625412556
Binary1001011011011110000001011100011001110101011001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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