#158CAA

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

Shades of Pelorous #158CAA

Tints of Pelorous #158CAA

Color information

#158CAA (or 0x158CAA) is unknown color: approx Pelorous. HEX triplet: 15, 8C and AA. RGB value is (21,140,170). Sum of RGB (Red+Green+Blue) = 21+140+170=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #158CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158CAA is #EA7355. Grayscale: #6B6B6B. Windows color (decimal): -15364950 or 11176981. OLE color: 11176981.

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

Color convert

RGB21140170-
CMYK0.880.1800.33
HSL192.08º78.01%37.45%-
HSV(B)192.08º87.65%66.67%-
XYZ16.9421.8241.35-
YUV107.84163.0866.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.34%
GREEN value IS 140 (55.08% from 255) = 42.30%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=6.34%
G=42.30%
B=51.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211401700.880.1800.33192.0878.0137.45
Hex158CAA5812021c04e25
Octal252142521302204130011645
Binary1010110001100101010101011000100100100001110000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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