#1A7961

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

Shades of Deep Sea #1A7961

Tints of Deep Sea #1A7961

Color information

#1A7961 (or 0x1A7961) is unknown color: approx Deep Sea. HEX triplet: 1A, 79 and 61. RGB value is (26,121,97). Sum of RGB (Red+Green+Blue) = 26+121+97=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7961 is #E5869E. Grayscale: #595959. Windows color (decimal): -15042207 or 6387994. OLE color: 6387994.

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

Color convert

RGB2612197-
CMYK0.7900.200.53
HSL164.84º64.63%28.82%-
HSV(B)164.84º78.51%47.45%-
XYZ9.4214.7613.66-
YUV89.86132.0382.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.66%
GREEN value IS 121 (47.66% from 255) = 49.59%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=10.66%
G=49.59%
B=39.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26121970.7900.200.53164.8464.6328.82
Hex1A79614F01435a5411d
Octal321711411170246524510135
Binary1101011110011100001100111101010011010110100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,121,97); }

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

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

 a { background-color: rgb(26,121,97); }

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

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

 span { border-color: rgb(26,121,97); }

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