#1A7A5E

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

Shades of Deep Sea #1A7A5E

Tints of Deep Sea #1A7A5E

Color information

#1A7A5E (or 0x1A7A5E) is unknown color: approx Deep Sea. HEX triplet: 1A, 7A and 5E. RGB value is (26,122,94). Sum of RGB (Red+Green+Blue) = 26+122+94=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #1A7A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7A5E is #E585A1. Grayscale: #5A5A5A. Windows color (decimal): -15041954 or 6191642. OLE color: 6191642.

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

Color convert

RGB2612294-
CMYK0.7900.230.52
HSL162.5º64.86%29.02%-
HSV(B)162.5º78.69%47.84%-
XYZ9.4114.9512.98-
YUV90.1130.282.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.74%
GREEN value IS 122 (48.05% from 255) = 50.41%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=10.74%
G=50.41%
B=38.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26122940.7900.230.52162.564.8629.02
Hex1A7A5E4F01734a2411d
Octal321721361170276424210135
Binary1101011110101011110100111101011111010010100010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,122,94); }

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

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

 a { background-color: rgb(26,122,94); }

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

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

 span { border-color: rgb(26,122,94); }

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