#12B7BB

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

Shades of Iris Blue #12B7BB

Tints of Iris Blue #12B7BB

Color information

#12B7BB (or 0x12B7BB) is unknown color: approx Iris Blue. HEX triplet: 12, B7 and BB. RGB value is (18,183,187). Sum of RGB (Red+Green+Blue) = 18+183+187=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #12B7BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B7BB is #ED4844. Grayscale: #858585. Windows color (decimal): -15550533 or 12302098. OLE color: 12302098.

HSL color Cylindrical-coordinate representation of color #12B7BB: hue angle of 181.42º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B7BB is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18183187-
CMYK0.900.0200.27
HSL181.42º82.44%40.2%-
HSV(B)181.42º90.37%73.33%-
XYZ26.1537.5852.89-
YUV134.12157.8445.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.64%
GREEN value IS 183 (71.88% from 255) = 47.16%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=4.64%
G=47.16%
B=48.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181831870.900.0200.27181.4282.4440.2
Hex12B7BB5A201Bb55228
Octal22267273132203326512250
Binary100101011011110111011101101010011011101101011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,183,187); }

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

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

 a { background-color: rgb(18,183,187); }

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

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

 span { border-color: rgb(18,183,187); }

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