#1599AE

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

Shades of Pelorous #1599AE

Tints of Pelorous #1599AE

Color information

#1599AE (or 0x1599AE) is unknown color: approx Pelorous. HEX triplet: 15, 99 and AE. RGB value is (21,153,174). Sum of RGB (Red+Green+Blue) = 21+153+174=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #1599AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1599AE is #EA6651. Grayscale: #737373. Windows color (decimal): -15361618 or 11442453. OLE color: 11442453.

HSL color Cylindrical-coordinate representation of color #1599AE: hue angle of 188.24º 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 #1599AE is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21153174-
CMYK0.880.1200.32
HSL188.24º78.46%38.24%-
HSV(B)188.24º87.93%68.24%-
XYZ19.342644.04-
YUV115.93160.7760.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.03%
GREEN value IS 153 (60.16% from 255) = 43.97%
BLUE value IS 174 (68.36% from 255) = 50%
R=6.03%
G=43.97%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211531740.880.1200.32188.2478.4638.24
Hex1599AE58C020bc4e26
Octal252312561301404027411646
Binary101011001100110101110101100011000100000101111001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1599AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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