#157357

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

Shades of Deep Sea #157357

Tints of Deep Sea #157357

Color information

#157357 (or 0x157357) is unknown color: approx Deep Sea. HEX triplet: 15, 73 and 57. RGB value is (21,115,87). Sum of RGB (Red+Green+Blue) = 21+115+87=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #157357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157357 is #EA8CA8. Grayscale: #535353. Windows color (decimal): -15371433 or 5731093. OLE color: 5731093.

HSL color Cylindrical-coordinate representation of color #157357: hue angle of 162.13º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157357 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB2111587-
CMYK0.8200.240.55
HSL162.13º69.12%26.67%-
HSV(B)162.13º81.74%45.1%-
XYZ8.1613.1111.12-
YUV83.7129.8683.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 115 (45.31% from 255) = 51.57%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=9.42%
G=51.57%
B=39.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21115870.8200.240.55162.1369.1226.67
Hex1573575201837a2451b
Octal251631271220306724210533
Binary1010111100111010111101001001100011011110100010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157357; }

 p { color: rgb(21,115,87); }

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

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

 a { background-color: rgb(21,115,87); }

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

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

 span { border-color: rgb(21,115,87); }

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