#159EA6

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

Shades of Pelorous #159EA6

Tints of Pelorous #159EA6

Color information

#159EA6 (or 0x159EA6) is unknown color: approx Pelorous. HEX triplet: 15, 9E and A6. RGB value is (21,158,166). Sum of RGB (Red+Green+Blue) = 21+158+166=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #159EA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159EA6 is #EA6159. Grayscale: #757575. Windows color (decimal): -15360346 or 10919445. OLE color: 10919445.

HSL color Cylindrical-coordinate representation of color #159EA6: hue angle of 183.31º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159EA6 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB21158166-
CMYK0.870.0500.35
HSL183.31º77.54%36.67%-
HSV(B)183.31º87.35%65.1%-
XYZ19.4227.3740.34-
YUV117.95155.1158.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.09%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=6.09%
G=45.80%
B=48.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal211581660.870.0500.35183.3177.5436.67
Hex159EA6575023b74e25
Octal25236246127504326711645
Binary10101100111101010011010101111010100011101101111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,158,166); }

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

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

 a { background-color: rgb(21,158,166); }

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

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

 span { border-color: rgb(21,158,166); }

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