#1A715F

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

Shades of Deep Sea #1A715F

Tints of Deep Sea #1A715F

Color information

#1A715F (or 0x1A715F) is unknown color: approx Deep Sea. HEX triplet: 1A, 71 and 5F. RGB value is (26,113,95). Sum of RGB (Red+Green+Blue) = 26+113+95=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #1A715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A715F is #E58EA0. Grayscale: #545454. Windows color (decimal): -15044257 or 6254874. OLE color: 6254874.

HSL color Cylindrical-coordinate representation of color #1A715F: hue angle of 167.59º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A715F is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB2611395-
CMYK0.7700.160.56
HSL167.59º62.59%27.25%-
HSV(B)167.59º76.99%44.31%-
XYZ8.412.8612.87-
YUV84.94133.6885.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.11%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=11.11%
G=48.29%
B=40.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26113950.7700.160.56167.5962.5927.25
Hex1A715F4D01038a83f1b
Octal32161137115020702507733
Binary110101110001101111110011010100001110001010100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A715F; }

 p { color: rgb(26,113,95); }

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

<style>
 a { background-color: #1A715F; }

 a { background-color: rgb(26,113,95); }

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

<style>
 span { border-color: #1A715F; }

 span { border-color: rgb(26,113,95); }

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