#1A7A60

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

Shades of Deep Sea #1A7A60

Tints of Deep Sea #1A7A60

Color information

#1A7A60 (or 0x1A7A60) is unknown color: approx Deep Sea. HEX triplet: 1A, 7A and 60. RGB value is (26,122,96). Sum of RGB (Red+Green+Blue) = 26+122+96=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #1A7A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7A60 is #E5859F. Grayscale: #5A5A5A. Windows color (decimal): -15041952 or 6322714. OLE color: 6322714.

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

Color convert

RGB2612296-
CMYK0.7900.210.52
HSL163.75º64.86%29.02%-
HSV(B)163.75º78.69%47.84%-
XYZ9.514.9813.46-
YUV90.33131.282.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.66%
GREEN value IS 122 (48.05% from 255) = 50%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=10.66%
G=50%
B=39.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26122960.7900.210.52163.7564.8629.02
Hex1A7A604F01534a4411d
Octal321721401170256424410135
Binary1101011110101100000100111101010111010010100100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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