#1A8464

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

Shades of Deep Sea #1A8464

Tints of Deep Sea #1A8464

Color information

#1A8464 (or 0x1A8464) is unknown color: approx Deep Sea. HEX triplet: 1A, 84 and 64. RGB value is (26,132,100). Sum of RGB (Red+Green+Blue) = 26+132+100=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #1A8464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8464 is #E57B9B. Grayscale: #606060. Windows color (decimal): -15039388 or 6587418. OLE color: 6587418.

HSL color Cylindrical-coordinate representation of color #1A8464: hue angle of 161.89º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8464 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB26132100-
CMYK0.8000.240.48
HSL161.89º67.09%30.98%-
HSV(B)161.89º80.3%51.76%-
XYZ10.9817.6414.88-
YUV96.66129.8877.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.08%
GREEN value IS 132 (51.95% from 255) = 51.16%
BLUE value IS 100 (39.45% from 255) = 38.76%
R=10.08%
G=51.16%
B=38.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal261321000.8000.240.48161.8967.0930.98
Hex1A84645001830a2431f
Octal322041441200306024210337
Binary11010100001001100100101000001100011000010100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,132,100); }

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

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

 a { background-color: rgb(26,132,100); }

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

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

 span { border-color: rgb(26,132,100); }

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