#12AAC0

Color #12AAC0 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #12AAC0

Tints of Iris Blue #12AAC0

Color information

#12AAC0 (or 0x12AAC0) is unknown color: approx Iris Blue. HEX triplet: 12, AA and C0. RGB value is (18,170,192). Sum of RGB (Red+Green+Blue) = 18+170+192=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #12AAC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AAC0 is #ED553F. Grayscale: #7E7E7E. Windows color (decimal): -15553856 or 12626450. OLE color: 12626450.

HSL color Cylindrical-coordinate representation of color #12AAC0: hue angle of 187.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AAC0 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18170192-
CMYK0.910.1100.25
HSL187.59º82.86%41.18%-
HSV(B)187.59º90.62%75.29%-
XYZ24.1432.6854.91-
YUV127.06164.6450.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=4.74%
G=44.74%
B=50.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181701920.910.1100.25187.5982.8641.18
Hex12AAC05BB019bc5329
Octal222523001331303127412351
Binary10010101010101100000010110111011011001101111001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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