#157A6F

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

Shades of Deep Sea #157A6F

Tints of Deep Sea #157A6F

Color information

#157A6F (or 0x157A6F) is unknown color: approx Deep Sea. HEX triplet: 15, 7A and 6F. RGB value is (21,122,111). Sum of RGB (Red+Green+Blue) = 21+122+111=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #157A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A6F is #EA8590. Grayscale: #5A5A5A. Windows color (decimal): -15369617 or 7305749. OLE color: 7305749.

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

Color convert

RGB21122111-
CMYK0.8300.090.52
HSL173.47º70.63%28.04%-
HSV(B)173.47º82.79%47.84%-
XYZ10.1415.2317.44-
YUV90.55139.5478.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.27%
GREEN value IS 122 (48.05% from 255) = 48.03%
BLUE value IS 111 (43.75% from 255) = 43.70%
R=8.27%
G=48.03%
B=43.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal211221110.8300.090.52173.4770.6328.04
Hex157A6F530934ad471c
Octal251721571230116425510734
Binary101011111010110111110100110100111010010101101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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