#157B73

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

Shades of Deep Sea #157B73

Tints of Deep Sea #157B73

Color information

#157B73 (or 0x157B73) is unknown color: approx Deep Sea. HEX triplet: 15, 7B and 73. RGB value is (21,123,115). Sum of RGB (Red+Green+Blue) = 21+123+115=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #157B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B73 is #EA848C. Grayscale: #5B5B5B. Windows color (decimal): -15369357 or 7568149. OLE color: 7568149.

HSL color Cylindrical-coordinate representation of color #157B73: hue angle of 175.29º 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 #157B73 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB21123115-
CMYK0.8300.070.52
HSL175.29º70.83%28.24%-
HSV(B)175.29º82.93%48.24%-
XYZ10.4915.5618.67-
YUV91.59141.2177.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.11%
GREEN value IS 123 (48.44% from 255) = 47.49%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=8.11%
G=47.49%
B=44.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211231150.8300.070.52175.2970.8328.24
Hex157B73530734af471c
Octal25173163123076425710734
Binary10101111101111100111010011011111010010101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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