#12C1C2

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

Shades of Iris Blue #12C1C2

Tints of Iris Blue #12C1C2

Color information

#12C1C2 (or 0x12C1C2) is unknown color: approx Iris Blue. HEX triplet: 12, C1 and C2. RGB value is (18,193,194). Sum of RGB (Red+Green+Blue) = 18+193+194=405 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.44% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #12C1C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C1C2 is #ED3E3D. Grayscale: #8C8C8C. Windows color (decimal): -15547966 or 12763410. OLE color: 12763410.

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

Color convert

RGB18193194-
CMYK0.910.0100.24
HSL180.34º83.02%41.57%-
HSV(B)180.34º90.72%76.08%-
XYZ29.0642.1657.65-
YUV140.79158.0240.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.44%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=4.44%
G=47.65%
B=47.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181931940.910.0100.24180.3483.0241.57
Hex12C1C25B1018b4532a
Octal22301302133103026412352
Binary10010110000011100001010110111011000101101001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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