#159EAB

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

Shades of Pelorous #159EAB

Tints of Pelorous #159EAB

Color information

#159EAB (or 0x159EAB) is unknown color: approx Pelorous. HEX triplet: 15, 9E and AB. RGB value is (21,158,171). Sum of RGB (Red+Green+Blue) = 21+158+171=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #159EAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159EAB is #EA6154. Grayscale: #767676. Windows color (decimal): -15360341 or 11247125. OLE color: 11247125.

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

Color convert

RGB21158171-
CMYK0.880.0800.33
HSL185.2º78.12%37.65%-
HSV(B)185.2º87.72%67.06%-
XYZ19.8927.5542.8-
YUV118.52157.6158.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6%
GREEN value IS 158 (62.11% from 255) = 45.14%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=6%
G=45.14%
B=48.86%

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
Decimal211581710.880.0800.33185.278.1237.65
Hex159EAB588021b94e26
Octal252362531301004127111646
Binary101011001111010101011101100010000100001101110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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