#1A806D

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

Shades of Deep Sea #1A806D

Tints of Deep Sea #1A806D

Color information

#1A806D (or 0x1A806D) is unknown color: approx Deep Sea. HEX triplet: 1A, 80 and 6D. RGB value is (26,128,109). Sum of RGB (Red+Green+Blue) = 26+128+109=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #1A806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A806D is #E57F92. Grayscale: #5F5F5F. Windows color (decimal): -15040403 or 7176218. OLE color: 7176218.

HSL color Cylindrical-coordinate representation of color #1A806D: hue angle of 168.82º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A806D is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB26128109-
CMYK0.8000.150.50
HSL168.82º66.23%30.2%-
HSV(B)168.82º79.69%50.2%-
XYZ10.9116.7617.13-
YUV95.34135.7178.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 128 (50.39% from 255) = 48.67%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=9.89%
G=48.67%
B=41.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal261281090.8000.150.50168.8266.2330.2
Hex1A806D500F32a9421e
Octal322001551200176225110236
Binary1101010000000110110110100000111111001010101001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,128,109); }

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

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

 a { background-color: rgb(26,128,109); }

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

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

 span { border-color: rgb(26,128,109); }

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