#158CAD

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

Shades of Pelorous #158CAD

Tints of Pelorous #158CAD

Color information

#158CAD (or 0x158CAD) is unknown color: approx Pelorous. HEX triplet: 15, 8C and AD. RGB value is (21,140,173). Sum of RGB (Red+Green+Blue) = 21+140+173=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #158CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158CAD is #EA7352. Grayscale: #6B6B6B. Windows color (decimal): -15364947 or 11373589. OLE color: 11373589.

HSL color Cylindrical-coordinate representation of color #158CAD: hue angle of 193.03º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158CAD is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21140173-
CMYK0.880.1900.32
HSL193.03º78.35%38.04%-
HSV(B)193.03º87.86%67.84%-
XYZ17.2321.9342.86-
YUV108.18164.5865.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.29%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=6.29%
G=41.92%
B=51.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211401730.880.1900.32193.0378.3538.04
Hex158CAD5813020c14e26
Octal252142551302304030111646
Binary1010110001100101011011011000100110100000110000011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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