#157257

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

Shades of Deep Sea #157257

Tints of Deep Sea #157257

Color information

#157257 (or 0x157257) is unknown color: approx Deep Sea. HEX triplet: 15, 72 and 57. RGB value is (21,114,87). Sum of RGB (Red+Green+Blue) = 21+114+87=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #157257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157257 is #EA8DA8. Grayscale: #535353. Windows color (decimal): -15371689 or 5730837. OLE color: 5730837.

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

Color convert

RGB2111487-
CMYK0.8200.240.55
HSL162.58º68.89%26.47%-
HSV(B)162.58º81.58%44.71%-
XYZ8.0512.8811.08-
YUV83.12130.1983.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 87 (34.38% from 255) = 39.19%
R=9.46%
G=51.35%
B=39.19%

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
Decimal21114870.8200.240.55162.5868.8926.47
Hex1572575201837a3451a
Octal251621271220306724310532
Binary1010111100101010111101001001100011011110100011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157257; }

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

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

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

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

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

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

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

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