#1a7c5d

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

Shades of Deep Sea #1A7C5D

Tints of Deep Sea #1A7C5D

Color information

#1A7C5D (or 0x1A7C5D) is unknown color: approx Deep Sea. HEX triplet: 1A, 7C and 5D. RGB value is (26,124,93). Sum of RGB (Red+Green+Blue) = 26+124+93=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7C5D is #E583A2. Grayscale: #5B5B5B. Windows color (decimal): -15041443 or 6126618. OLE color: 6126618.

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

Color convert

RGB2612493-
CMYK0.7900.250.51
HSL161.02º65.33%29.41%-
HSV(B)161.02º79.03%48.63%-
XYZ9.6115.4312.83-
YUV91.16129.0381.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=10.70%
G=51.03%
B=38.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26124930.7900.250.51161.0265.3329.41
Hex1A7C5D4F01933a1411d
Octal321741351170316324110135
Binary1101011111001011101100111101100111001110100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a7c5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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