#12DBC1

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

Shades of Robin's Egg Blue #12DBC1

Tints of Robin's Egg Blue #12DBC1

Color information

#12DBC1 (or 0x12DBC1) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, DB and C1. RGB value is (18,219,193). Sum of RGB (Red+Green+Blue) = 18+219+193=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #12DBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12DBC1 is #ED243E. Grayscale: #9B9B9B. Windows color (decimal): -15541311 or 12704530. OLE color: 12704530.

HSL color Cylindrical-coordinate representation of color #12DBC1: hue angle of 172.24º 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 #12DBC1 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB18219193-
CMYK0.9200.120.14
HSL172.24º84.81%46.47%-
HSV(B)172.24º91.78%85.88%-
XYZ35.2154.6459.14-
YUV155.94148.9129.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.19%
GREEN value IS 219 (85.94% from 255) = 50.93%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=4.19%
G=50.93%
B=44.88%

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
Decimal182191930.9200.120.14172.2484.8146.47
Hex12DBC15C0CEac552e
Octal223333011340141625412556
Binary1001011011011110000011011100011001110101011001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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