#1A705E

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

Shades of Deep Sea #1A705E

Tints of Deep Sea #1A705E

Color information

#1A705E (or 0x1A705E) is unknown color: approx Deep Sea. HEX triplet: 1A, 70 and 5E. RGB value is (26,112,94). Sum of RGB (Red+Green+Blue) = 26+112+94=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #1A705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A705E is #E58FA1. Grayscale: #545454. Windows color (decimal): -15044514 or 6189082. OLE color: 6189082.

HSL color Cylindrical-coordinate representation of color #1A705E: hue angle of 167.44º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A705E is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB2611294-
CMYK0.7700.160.56
HSL167.44º62.32%27.06%-
HSV(B)167.44º76.79%43.92%-
XYZ8.2412.6212.59-
YUV84.23133.5186.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.21%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=11.21%
G=48.28%
B=40.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26112940.7700.160.56167.4462.3227.06
Hex1A705E4D01038a73e1b
Octal32160136115020702477633
Binary110101110000101111010011010100001110001010011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,112,94); }

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

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

 a { background-color: rgb(26,112,94); }

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

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

 span { border-color: rgb(26,112,94); }

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