#157B62

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

Shades of Deep Sea #157B62

Tints of Deep Sea #157B62

Color information

#157B62 (or 0x157B62) is unknown color: approx Deep Sea. HEX triplet: 15, 7B and 62. RGB value is (21,123,98). Sum of RGB (Red+Green+Blue) = 21+123+98=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #157B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157B62 is #EA849D. Grayscale: #595959. Windows color (decimal): -15369374 or 6454037. OLE color: 6454037.

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

Color convert

RGB2112398-
CMYK0.8300.200.52
HSL165.29º70.83%28.24%-
HSV(B)165.29º82.93%48.24%-
XYZ9.615.2113.98-
YUV89.65132.7179.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.68%
GREEN value IS 123 (48.44% from 255) = 50.83%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=8.68%
G=50.83%
B=40.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21123980.8300.200.52165.2970.8328.24
Hex157B625301434a5471c
Octal251731421230246424510734
Binary1010111110111100010101001101010011010010100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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