#157B71

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

Shades of Deep Sea #157B71

Tints of Deep Sea #157B71

Color information

#157B71 (or 0x157B71) is unknown color: approx Deep Sea. HEX triplet: 15, 7B and 71. RGB value is (21,123,113). Sum of RGB (Red+Green+Blue) = 21+123+113=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #157B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B71 is #EA848E. Grayscale: #5B5B5B. Windows color (decimal): -15369359 or 7437077. OLE color: 7437077.

HSL color Cylindrical-coordinate representation of color #157B71: hue angle of 174.12º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157B71 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB21123113-
CMYK0.8300.080.52
HSL174.12º70.83%28.24%-
HSV(B)174.12º82.93%48.24%-
XYZ10.3715.5218.07-
YUV91.36140.2177.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 123 (48.44% from 255) = 47.86%
BLUE value IS 113 (44.53% from 255) = 43.97%
R=8.17%
G=47.86%
B=43.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211231130.8300.080.52174.1270.8328.24
Hex157B71530834ae471c
Octal251731611230106425610734
Binary101011111011111000110100110100011010010101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157B71; }

 p { color: rgb(21,123,113); }

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

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

 a { background-color: rgb(21,123,113); }

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

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

 span { border-color: rgb(21,123,113); }

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