#12B8C2

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

Shades of Iris Blue #12B8C2

Tints of Iris Blue #12B8C2

Color information

#12B8C2 (or 0x12B8C2) is unknown color: approx Iris Blue. HEX triplet: 12, B8 and C2. RGB value is (18,184,194). Sum of RGB (Red+Green+Blue) = 18+184+194=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #12B8C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B8C2 is #ED473D. Grayscale: #878787. Windows color (decimal): -15550270 or 12761106. OLE color: 12761106.

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

Color convert

RGB18184194-
CMYK0.910.0500.24
HSL183.41º83.02%41.57%-
HSV(B)183.41º90.72%76.08%-
XYZ27.1338.357-
YUV135.5116144.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.55%
GREEN value IS 184 (72.27% from 255) = 46.46%
BLUE value IS 194 (76.17% from 255) = 48.99%
R=4.55%
G=46.46%
B=48.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181841940.910.0500.24183.4183.0241.57
Hex12B8C25B5018b7532a
Octal22270302133503026712352
Binary1001010111000110000101011011101011000101101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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