#12D1B8

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

Shades of Robin's Egg Blue #12D1B8

Tints of Robin's Egg Blue #12D1B8

Color information

#12D1B8 (or 0x12D1B8) is unknown color: approx Robin's Egg Blue. HEX triplet: 12, D1 and B8. RGB value is (18,209,184). Sum of RGB (Red+Green+Blue) = 18+209+184=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #12D1B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12D1B8 is #ED2E47. Grayscale: #949494. Windows color (decimal): -15543880 or 12112146. OLE color: 12112146.

HSL color Cylindrical-coordinate representation of color #12D1B8: hue angle of 172.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D1B8 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB18209184-
CMYK0.9100.120.18
HSL172.15º84.14%44.51%-
HSV(B)172.15º91.39%81.96%-
XYZ31.749.1953.17-
YUV149.04147.7234.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.38%
GREEN value IS 209 (82.03% from 255) = 50.85%
BLUE value IS 184 (72.27% from 255) = 44.77%
R=4.38%
G=50.85%
B=44.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182091840.9100.120.18172.1584.1444.51
Hex12D1B85B0C12ac542d
Octal223212701330142225412455
Binary10010110100011011100010110110110010010101011001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,209,184); }

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

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

 a { background-color: rgb(18,209,184); }

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

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

 span { border-color: rgb(18,209,184); }

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