#12B8BD

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

Shades of Iris Blue #12B8BD

Tints of Iris Blue #12B8BD

Color information

#12B8BD (or 0x12B8BD) is unknown color: approx Iris Blue. HEX triplet: 12, B8 and BD. RGB value is (18,184,189). Sum of RGB (Red+Green+Blue) = 18+184+189=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #12B8BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B8BD is #ED4742. Grayscale: #868686. Windows color (decimal): -15550275 or 12433426. OLE color: 12433426.

HSL color Cylindrical-coordinate representation of color #12B8BD: hue angle of 181.75º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B8BD is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18184189-
CMYK0.900.0300.26
HSL181.75º82.61%40.59%-
HSV(B)181.75º90.48%74.12%-
XYZ26.5838.0854.09-
YUV134.94158.544.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.60%
GREEN value IS 184 (72.27% from 255) = 47.06%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=4.60%
G=47.06%
B=48.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181841890.900.0300.26181.7582.6140.59
Hex12B8BD5A301Ab65329
Octal22270275132303226612351
Binary100101011100010111101101101011011010101101101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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