#157058

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

Shades of Deep Sea #157058

Tints of Deep Sea #157058

Color information

#157058 (or 0x157058) is unknown color: approx Deep Sea. HEX triplet: 15, 70 and 58. RGB value is (21,112,88). Sum of RGB (Red+Green+Blue) = 21+112+88=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #157058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157058 is #EA8FA7. Grayscale: #525252. Windows color (decimal): -15372200 or 5795861. OLE color: 5795861.

HSL color Cylindrical-coordinate representation of color #157058: hue angle of 164.18º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157058 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB2111288-
CMYK0.8100.210.56
HSL164.18º68.42%26.08%-
HSV(B)164.18º81.25%43.92%-
XYZ7.8612.4511.22-
YUV82.06131.3584.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=9.50%
G=50.68%
B=39.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21112880.8100.210.56164.1868.4226.08
Hex1570585101538a4441a
Octal251601301210257024410432
Binary1010111100001011000101000101010111100010100100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157058; }

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

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

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

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

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

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

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

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