#1596AE

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

Shades of Pelorous #1596AE

Tints of Pelorous #1596AE

Color information

#1596AE (or 0x1596AE) is unknown color: approx Pelorous. HEX triplet: 15, 96 and AE. RGB value is (21,150,174). Sum of RGB (Red+Green+Blue) = 21+150+174=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #1596AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1596AE is #EA6951. Grayscale: #717171. Windows color (decimal): -15362386 or 11441685. OLE color: 11441685.

HSL color Cylindrical-coordinate representation of color #1596AE: hue angle of 189.41º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1596AE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21150174-
CMYK0.880.1400.32
HSL189.41º78.46%38.24%-
HSV(B)189.41º87.93%68.24%-
XYZ18.8625.0343.88-
YUV114.16161.7661.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.09%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=6.09%
G=43.48%
B=50.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211501740.880.1400.32189.4178.4638.24
Hex1596AE58E020bd4e26
Octal252262561301604027511646
Binary101011001011010101110101100011100100000101111011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1596AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1596AE; }

 p { color: rgb(21,150,174); }

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

<style>
 a { background-color: #1596AE; }

 a { background-color: rgb(21,150,174); }

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

<style>
 span { border-color: #1596AE; }

 span { border-color: rgb(21,150,174); }

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