#1A7D5D

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

Shades of Deep Sea #1A7D5D

Tints of Deep Sea #1A7D5D

Color information

#1A7D5D (or 0x1A7D5D) is unknown color: approx Deep Sea. HEX triplet: 1A, 7D and 5D. RGB value is (26,125,93). Sum of RGB (Red+Green+Blue) = 26+125+93=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 125 (49.22% from 255 or 51.23% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7D5D is #E582A2. Grayscale: #5B5B5B. Windows color (decimal): -15041187 or 6126874. OLE color: 6126874.

HSL color Cylindrical-coordinate representation of color #1A7D5D: hue angle of 160.61º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7D5D is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB2612593-
CMYK0.7900.260.51
HSL160.61º65.56%29.61%-
HSV(B)160.61º79.2%49.02%-
XYZ9.7415.6812.87-
YUV91.75128.781.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.66%
GREEN value IS 125 (49.22% from 255) = 51.23%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=10.66%
G=51.23%
B=38.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26125930.7900.260.51160.6165.5629.61
Hex1A7D5D4F01A33a1421e
Octal321751351170326324110236
Binary1101011111011011101100111101101011001110100001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,125,93); }

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

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

 a { background-color: rgb(26,125,93); }

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

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

 span { border-color: rgb(26,125,93); }

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