#17A1AB

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

Shades of Pelorous #17A1AB

Tints of Pelorous #17A1AB

Color information

#17A1AB (or 0x17A1AB) is unknown color: approx Pelorous. HEX triplet: 17, A1 and AB. RGB value is (23,161,171). Sum of RGB (Red+Green+Blue) = 23+161+171=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #17A1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17A1AB is #E85E54. Grayscale: #787878. Windows color (decimal): -15228501 or 11247895. OLE color: 11247895.

HSL color Cylindrical-coordinate representation of color #17A1AB: hue angle of 184.05º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17A1AB is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB23161171-
CMYK0.870.0600.33
HSL184.05º76.29%38.04%-
HSV(B)184.05º86.55%67.06%-
XYZ20.4528.6142.97-
YUV120.88156.2858.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.48%
GREEN value IS 161 (63.28% from 255) = 45.35%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=6.48%
G=45.35%
B=48.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231611710.870.0600.33184.0576.2938.04
Hex17A1AB576021b84c26
Octal27241253127604127011446
Binary10111101000011010101110101111100100001101110001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,161,171); }

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

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

 a { background-color: rgb(23,161,171); }

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

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

 span { border-color: rgb(23,161,171); }

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