#159DA9

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

Shades of Pelorous #159DA9

Tints of Pelorous #159DA9

Color information

#159DA9 (or 0x159DA9) is unknown color: approx Pelorous. HEX triplet: 15, 9D and A9. RGB value is (21,157,169). Sum of RGB (Red+Green+Blue) = 21+157+169=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 169 (66.41% from 255 or 48.70% from 347); Max value from RGB is 169 - color contains mainly: blue. Hex color #159DA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159DA9 is #EA6256. Grayscale: #757575. Windows color (decimal): -15360599 or 11115797. OLE color: 11115797.

HSL color Cylindrical-coordinate representation of color #159DA9: hue angle of 184.86º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159DA9 is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB21157169-
CMYK0.880.0700.34
HSL184.86º77.89%37.25%-
HSV(B)184.86º87.57%66.27%-
XYZ19.5327.1441.75-
YUV117.7156.9459.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.05%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 169 (66.41% from 255) = 48.70%
R=6.05%
G=45.24%
B=48.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal211571690.880.0700.34184.8677.8937.25
Hex159DA9587022b94e25
Octal25235251130704227111645
Binary10101100111011010100110110001110100010101110011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159DA9; }

 p { color: rgb(21,157,169); }

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

<style>
 a { background-color: #159DA9; }

 a { background-color: rgb(21,157,169); }

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

<style>
 span { border-color: #159DA9; }

 span { border-color: rgb(21,157,169); }

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