#12BCBB

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

Shades of Iris Blue #12BCBB

Tints of Iris Blue #12BCBB

Color information

#12BCBB (or 0x12BCBB) is unknown color: approx Iris Blue. HEX triplet: 12, BC and BB. RGB value is (18,188,187). Sum of RGB (Red+Green+Blue) = 18+188+187=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #12BCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCBB is #ED4344. Grayscale: #888888. Windows color (decimal): -15549253 or 12303378. OLE color: 12303378.

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

Color convert

RGB18188187-
CMYK0.9000.010.26
HSL179.65º82.52%40.39%-
HSV(B)179.65º90.43%73.73%-
XYZ27.239.6853.24-
YUV137.06156.1843.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.58%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=4.58%
G=47.84%
B=47.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181881870.9000.010.26179.6582.5240.39
Hex12BCBB5A011Ab45328
Octal22274273132013226412350
Binary10010101111001011101110110100111010101101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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