#157259

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

Shades of Deep Sea #157259

Tints of Deep Sea #157259

Color information

#157259 (or 0x157259) is unknown color: approx Deep Sea. HEX triplet: 15, 72 and 59. RGB value is (21,114,89). Sum of RGB (Red+Green+Blue) = 21+114+89=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #157259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157259 is #EA8DA6. Grayscale: #535353. Windows color (decimal): -15371687 or 5861909. OLE color: 5861909.

HSL color Cylindrical-coordinate representation of color #157259: hue angle of 163.87º 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 #157259 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB2111489-
CMYK0.8200.220.55
HSL163.87º68.89%26.47%-
HSV(B)163.87º81.58%44.71%-
XYZ8.1312.9211.52-
YUV83.34131.1983.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 114 (44.92% from 255) = 50.89%
BLUE value IS 89 (35.16% from 255) = 39.73%
R=9.38%
G=50.89%
B=39.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114890.8200.220.55163.8768.8926.47
Hex1572595201637a4451a
Octal251621311220266724410532
Binary1010111100101011001101001001011011011110100100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157259; }

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

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

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

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

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

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

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

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