#17C0BF

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

Shades of Iris Blue #17C0BF

Tints of Iris Blue #17C0BF

Color information

#17C0BF (or 0x17C0BF) is unknown color: approx Iris Blue. HEX triplet: 17, C0 and BF. RGB value is (23,192,191). Sum of RGB (Red+Green+Blue) = 23+192+191=406 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.67% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #17C0BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C0BF is #E83F40. Grayscale: #8D8D8D. Windows color (decimal): -15220545 or 12566551. OLE color: 12566551.

HSL color Cylindrical-coordinate representation of color #17C0BF: hue angle of 179.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17C0BF is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB23192191-
CMYK0.8800.010.25
HSL179.64º78.6%42.16%-
HSV(B)179.64º88.02%75.29%-
XYZ28.6141.6455.82-
YUV141.35156.0143.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.67%
GREEN value IS 192 (75.39% from 255) = 47.29%
BLUE value IS 191 (75% from 255) = 47.04%
R=5.67%
G=47.29%
B=47.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal231921910.8800.010.25179.6478.642.16
Hex17C0BF580119b44f2a
Octal27300277130013126411752
Binary10111110000001011111110110000111001101101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17C0BF; }

 p { color: rgb(23,192,191); }

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

<style>
 a { background-color: #17C0BF; }

 a { background-color: rgb(23,192,191); }

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

<style>
 span { border-color: #17C0BF; }

 span { border-color: rgb(23,192,191); }

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