#12C1CA

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

Shades of Iris Blue #12C1CA

Tints of Iris Blue #12C1CA

Color information

#12C1CA (or 0x12C1CA) is unknown color: approx Iris Blue. HEX triplet: 12, C1 and CA. RGB value is (18,193,202). Sum of RGB (Red+Green+Blue) = 18+193+202=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #12C1CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C1CA is #ED3E35. Grayscale: #8D8D8D. Windows color (decimal): -15547958 or 13287698. OLE color: 13287698.

HSL color Cylindrical-coordinate representation of color #12C1CA: hue angle of 182.93º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C1CA is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18193202-
CMYK0.910.0400.21
HSL182.93º83.64%43.14%-
HSV(B)182.93º91.09%79.22%-
XYZ29.9842.5362.51-
YUV141.7162.0239.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.36%
GREEN value IS 193 (75.78% from 255) = 46.73%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=4.36%
G=46.73%
B=48.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181932020.910.0400.21182.9383.6443.14
Hex12C1CA5B4015b7542b
Octal22301312133402526712453
Binary1001011000001110010101011011100010101101101111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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