#157E6E

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

Shades of Deep Sea #157E6E

Tints of Deep Sea #157E6E

Color information

#157E6E (or 0x157E6E) is unknown color: approx Deep Sea. HEX triplet: 15, 7E and 6E. RGB value is (21,126,110). Sum of RGB (Red+Green+Blue) = 21+126+110=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #157E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E6E is #EA8191. Grayscale: #5C5C5C. Windows color (decimal): -15368594 or 7241237. OLE color: 7241237.

HSL color Cylindrical-coordinate representation of color #157E6E: hue angle of 170.86º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157E6E is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB21126110-
CMYK0.8300.130.51
HSL170.86º71.43%28.82%-
HSV(B)170.86º83.33%49.41%-
XYZ10.5816.2117.32-
YUV92.78137.7176.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 126 (49.61% from 255) = 49.03%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=8.17%
G=49.03%
B=42.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal211261100.8300.130.51170.8671.4328.82
Hex157E6E530D33ab471d
Octal251761561230156325310735
Binary101011111110110111010100110110111001110101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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