#159BAA

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

Shades of Pelorous #159BAA

Tints of Pelorous #159BAA

Color information

#159BAA (or 0x159BAA) is unknown color: approx Pelorous. HEX triplet: 15, 9B and AA. RGB value is (21,155,170). Sum of RGB (Red+Green+Blue) = 21+155+170=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #159BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159BAA is #EA6455. Grayscale: #747474. Windows color (decimal): -15361110 or 11180821. OLE color: 11180821.

HSL color Cylindrical-coordinate representation of color #159BAA: hue angle of 186.04º 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 #159BAA is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21155170-
CMYK0.880.0900.33
HSL186.04º78.01%37.45%-
HSV(B)186.04º87.65%66.67%-
XYZ19.2926.542.13-
YUV116.64158.1159.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.07%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=6.07%
G=44.80%
B=49.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211551700.880.0900.33186.0478.0137.45
Hex159BAA589021ba4e25
Octal252332521301104127211645
Binary101011001101110101010101100010010100001101110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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