#157858

Color #157858 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #157858

Tints of Deep Sea #157858

Color information

#157858 (or 0x157858) is unknown color: approx Deep Sea. HEX triplet: 15, 78 and 58. RGB value is (21,120,88). Sum of RGB (Red+Green+Blue) = 21+120+88=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #157858 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157858 is #EA87A7. Grayscale: #565656. Windows color (decimal): -15370152 or 5797909. OLE color: 5797909.

HSL color Cylindrical-coordinate representation of color #157858: hue angle of 160.61º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157858 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB2112088-
CMYK0.8300.270.53
HSL160.61º70.21%27.65%-
HSV(B)160.61º82.5%47.06%-
XYZ8.7914.311.53-
YUV86.75128.781.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=9.17%
G=52.40%
B=38.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21120880.8300.270.53160.6170.2127.65
Hex1578585301B35a1461c
Octal251701301230336524110634
Binary1010111110001011000101001101101111010110100001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157858; }

 p { color: rgb(21,120,88); }

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

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

 a { background-color: rgb(21,120,88); }

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

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

 span { border-color: rgb(21,120,88); }

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