#157A6E

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

Shades of Deep Sea #157A6E

Tints of Deep Sea #157A6E

Color information

#157A6E (or 0x157A6E) is unknown color: approx Deep Sea. HEX triplet: 15, 7A and 6E. RGB value is (21,122,110). Sum of RGB (Red+Green+Blue) = 21+122+110=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #157A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A6E is #EA8591. Grayscale: #5A5A5A. Windows color (decimal): -15369618 or 7240213. OLE color: 7240213.

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

Color convert

RGB21122110-
CMYK0.8300.100.52
HSL172.87º70.63%28.04%-
HSV(B)172.87º82.79%47.84%-
XYZ10.0815.217.16-
YUV90.43139.0478.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 122 (48.05% from 255) = 48.22%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=8.30%
G=48.22%
B=43.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211221100.8300.100.52172.8770.6328.04
Hex157A6E530A34ad471c
Octal251721561230126425510734
Binary101011111010110111010100110101011010010101101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,122,110); }

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

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

 a { background-color: rgb(21,122,110); }

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

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

 span { border-color: rgb(21,122,110); }

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