#179DAA

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

Shades of Pelorous #179DAA

Tints of Pelorous #179DAA

Color information

#179DAA (or 0x179DAA) is unknown color: approx Pelorous. HEX triplet: 17, 9D and AA. RGB value is (23,157,170). Sum of RGB (Red+Green+Blue) = 23+157+170=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #179DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179DAA is #E86255. Grayscale: #767676. Windows color (decimal): -15229526 or 11181335. OLE color: 11181335.

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

Color convert

RGB23157170-
CMYK0.860.0800.33
HSL185.31º76.17%37.84%-
HSV(B)185.31º86.47%66.67%-
XYZ19.6727.242.24-
YUV118.42157.1159.94-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.57%
GREEN value IS 157 (61.72% from 255) = 44.86%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=6.57%
G=44.86%
B=48.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231571700.860.0800.33185.3176.1737.84
Hex179DAA568021b94c26
Octal272352521261004127111446
Binary101111001110110101010101011010000100001101110011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #179DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #179DAA; }

 p { color: rgb(23,157,170); }

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

<style>
 a { background-color: #179DAA; }

 a { background-color: rgb(23,157,170); }

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

<style>
 span { border-color: #179DAA; }

 span { border-color: rgb(23,157,170); }

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