#157758

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

Shades of Deep Sea #157758

Tints of Deep Sea #157758

Color information

#157758 (or 0x157758) is unknown color: approx Deep Sea. HEX triplet: 15, 77 and 58. RGB value is (21,119,88). Sum of RGB (Red+Green+Blue) = 21+119+88=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #157758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157758 is #EA88A7. Grayscale: #565656. Windows color (decimal): -15370408 or 5797653. OLE color: 5797653.

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

Color convert

RGB2111988-
CMYK0.8200.260.53
HSL161.02º70%27.45%-
HSV(B)161.02º82.35%46.67%-
XYZ8.6714.0611.49-
YUV86.16129.0381.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=9.21%
G=52.19%
B=38.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21119880.8200.260.53161.027027.45
Hex1577585201A35a1461b
Octal251671301220326524110633
Binary1010111101111011000101001001101011010110100001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157758; }

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

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

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

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

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

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

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

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