#159CAA

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

Shades of Pelorous #159CAA

Tints of Pelorous #159CAA

Color information

#159CAA (or 0x159CAA) is unknown color: approx Pelorous. HEX triplet: 15, 9C and AA. RGB value is (21,156,170). Sum of RGB (Red+Green+Blue) = 21+156+170=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #159CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159CAA is #EA6355. Grayscale: #757575. Windows color (decimal): -15360854 or 11181077. OLE color: 11181077.

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

Color convert

RGB21156170-
CMYK0.880.0800.33
HSL185.64º78.01%37.45%-
HSV(B)185.64º87.65%66.67%-
XYZ19.4526.8442.19-
YUV117.23157.7759.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.05%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=6.05%
G=44.96%
B=48.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211561700.880.0800.33185.6478.0137.45
Hex159CAA588021ba4e25
Octal252342521301004127211645
Binary101011001110010101010101100010000100001101110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,156,170); }

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

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

 a { background-color: rgb(21,156,170); }

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

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

 span { border-color: rgb(21,156,170); }

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