#1A7962

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

Shades of Deep Sea #1A7962

Tints of Deep Sea #1A7962

Color information

#1A7962 (or 0x1A7962) is unknown color: approx Deep Sea. HEX triplet: 1A, 79 and 62. RGB value is (26,121,98). Sum of RGB (Red+Green+Blue) = 26+121+98=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7962 is #E5869D. Grayscale: #595959. Windows color (decimal): -15042206 or 6453530. OLE color: 6453530.

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

Color convert

RGB2612198-
CMYK0.7900.190.53
HSL165.47º64.63%28.82%-
HSV(B)165.47º78.51%47.45%-
XYZ9.4714.7813.91-
YUV89.97132.5382.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 98 (38.67% from 255) = 40%
R=10.61%
G=49.39%
B=40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26121980.7900.190.53165.4764.6328.82
Hex1A79624F01335a5411d
Octal321711421170236524510135
Binary1101011110011100010100111101001111010110100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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