#159DA8

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

Shades of Pelorous #159DA8

Tints of Pelorous #159DA8

Color information

#159DA8 (or 0x159DA8) is unknown color: approx Pelorous. HEX triplet: 15, 9D and A8. RGB value is (21,157,168). Sum of RGB (Red+Green+Blue) = 21+157+168=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 168 - color contains mainly: blue. Hex color #159DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159DA8 is #EA6257. Grayscale: #757575. Windows color (decimal): -15360600 or 11050261. OLE color: 11050261.

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

Color convert

RGB21157168-
CMYK0.880.0700.34
HSL184.49º77.78%37.06%-
HSV(B)184.49º87.5%65.88%-
XYZ19.4327.141.25-
YUV117.59156.4459.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.07%
GREEN value IS 157 (61.72% from 255) = 45.38%
BLUE value IS 168 (66.02% from 255) = 48.55%
R=6.07%
G=45.38%
B=48.55%

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
Decimal211571680.880.0700.34184.4977.7837.06
Hex159DA8587022b84e25
Octal25235250130704227011645
Binary10101100111011010100010110001110100010101110001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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