#1A7963

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

Shades of Deep Sea #1A7963

Tints of Deep Sea #1A7963

Color information

#1A7963 (or 0x1A7963) is unknown color: approx Deep Sea. HEX triplet: 1A, 79 and 63. RGB value is (26,121,99). Sum of RGB (Red+Green+Blue) = 26+121+99=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7963 is #E5869C. Grayscale: #5A5A5A. Windows color (decimal): -15042205 or 6519066. OLE color: 6519066.

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

Color convert

RGB2612199-
CMYK0.7900.180.53
HSL166.11º64.63%28.82%-
HSV(B)166.11º78.51%47.45%-
XYZ9.5214.814.16-
YUV90.09133.0382.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 121 (47.66% from 255) = 49.19%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=10.57%
G=49.19%
B=40.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26121990.7900.180.53166.1164.6328.82
Hex1A79634F01235a6411d
Octal321711431170226524610135
Binary1101011110011100011100111101001011010110100110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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