#12AAC4

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

Shades of Iris Blue #12AAC4

Tints of Iris Blue #12AAC4

Color information

#12AAC4 (or 0x12AAC4) is unknown color: approx Iris Blue. HEX triplet: 12, AA and C4. RGB value is (18,170,196). Sum of RGB (Red+Green+Blue) = 18+170+196=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #12AAC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AAC4 is #ED553B. Grayscale: #7F7F7F. Windows color (decimal): -15553852 or 12888594. OLE color: 12888594.

HSL color Cylindrical-coordinate representation of color #12AAC4: hue angle of 188.76º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AAC4 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18170196-
CMYK0.910.1300.23
HSL188.76º83.18%41.96%-
HSV(B)188.76º90.82%76.86%-
XYZ24.5932.8657.27-
YUV127.52166.6449.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.69%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 196 (76.95% from 255) = 51.04%
R=4.69%
G=44.27%
B=51.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181701960.910.1300.23188.7683.1841.96
Hex12AAC45BD017bd532a
Octal222523041331502727512352
Binary10010101010101100010010110111101010111101111011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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