#1A805F

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

Shades of Deep Sea #1A805F

Tints of Deep Sea #1A805F

Color information

#1A805F (or 0x1A805F) is unknown color: approx Deep Sea. HEX triplet: 1A, 80 and 5F. RGB value is (26,128,95). Sum of RGB (Red+Green+Blue) = 26+128+95=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #1A805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A805F is #E57FA0. Grayscale: #5D5D5D. Windows color (decimal): -15040417 or 6258714. OLE color: 6258714.

HSL color Cylindrical-coordinate representation of color #1A805F: hue angle of 160.59º 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 #1A805F is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB2612895-
CMYK0.8000.260.50
HSL160.59º66.23%30.2%-
HSV(B)160.59º79.69%50.2%-
XYZ10.2116.4813.47-
YUV93.74128.7179.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=10.44%
G=51.41%
B=38.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26128950.8000.260.50160.5966.2330.2
Hex1A805F5001A32a1421e
Octal322001371200326224110236
Binary11010100000001011111101000001101011001010100001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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