#1A7960

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

Shades of Deep Sea #1A7960

Tints of Deep Sea #1A7960

Color information

#1A7960 (or 0x1A7960) is unknown color: approx Deep Sea. HEX triplet: 1A, 79 and 60. RGB value is (26,121,96). Sum of RGB (Red+Green+Blue) = 26+121+96=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7960 is #E5869F. Grayscale: #595959. Windows color (decimal): -15042208 or 6322458. OLE color: 6322458.

HSL color Cylindrical-coordinate representation of color #1A7960: hue angle of 164.21º 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 #1A7960 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB2612196-
CMYK0.7900.210.53
HSL164.21º64.63%28.82%-
HSV(B)164.21º78.51%47.45%-
XYZ9.3714.7413.42-
YUV89.74131.5382.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 121 (47.66% from 255) = 49.79%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=10.70%
G=49.79%
B=39.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26121960.7900.210.53164.2164.6328.82
Hex1A79604F01535a4411d
Octal321711401170256524410135
Binary1101011110011100000100111101010111010110100100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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