#12B2C0

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

Shades of Iris Blue #12B2C0

Tints of Iris Blue #12B2C0

Color information

#12B2C0 (or 0x12B2C0) is unknown color: approx Iris Blue. HEX triplet: 12, B2 and C0. RGB value is (18,178,192). Sum of RGB (Red+Green+Blue) = 18+178+192=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #12B2C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B2C0 is #ED4D3F. Grayscale: #838383. Windows color (decimal): -15551808 or 12628498. OLE color: 12628498.

HSL color Cylindrical-coordinate representation of color #12B2C0: hue angle of 184.83º 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 #12B2C0 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18178192-
CMYK0.910.0700.25
HSL184.83º82.86%41.18%-
HSV(B)184.83º90.62%75.29%-
XYZ25.6835.7855.42-
YUV131.76161.9946.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.64%
GREEN value IS 178 (69.92% from 255) = 45.88%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=4.64%
G=45.88%
B=49.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181781920.910.0700.25184.8382.8641.18
Hex12B2C05B7019b95329
Octal22262300133703127112351
Binary1001010110010110000001011011111011001101110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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