#12B0BB

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

Shades of Iris Blue #12B0BB

Tints of Iris Blue #12B0BB

Color information

#12B0BB (or 0x12B0BB) is unknown color: approx Iris Blue. HEX triplet: 12, B0 and BB. RGB value is (18,176,187). Sum of RGB (Red+Green+Blue) = 18+176+187=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #12B0BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0BB is #ED4F44. Grayscale: #818181. Windows color (decimal): -15552325 or 12300306. OLE color: 12300306.

HSL color Cylindrical-coordinate representation of color #12B0BB: hue angle of 183.91º 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 #12B0BB is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18176187-
CMYK0.900.0600.27
HSL183.91º82.44%40.2%-
HSV(B)183.91º90.37%73.33%-
XYZ24.7434.7752.42-
YUV130.01160.1548.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.72%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=4.72%
G=46.19%
B=49.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181761870.900.0600.27183.9182.4440.2
Hex12B0BB5A601Bb85228
Octal22260273132603327012250
Binary1001010110000101110111011010110011011101110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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