#1A756D

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

Shades of Deep Sea #1A756D

Tints of Deep Sea #1A756D

Color information

#1A756D (or 0x1A756D) is unknown color: approx Deep Sea. HEX triplet: 1A, 75 and 6D. RGB value is (26,117,109). Sum of RGB (Red+Green+Blue) = 26+117+109=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #1A756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A756D is #E58A92. Grayscale: #585858. Windows color (decimal): -15043219 or 7173402. OLE color: 7173402.

HSL color Cylindrical-coordinate representation of color #1A756D: hue angle of 174.73º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A756D is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB26117109-
CMYK0.7800.070.54
HSL174.73º63.64%28.04%-
HSV(B)174.73º77.78%45.88%-
XYZ9.5514.0516.68-
YUV88.88139.3583.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.32%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=10.32%
G=46.43%
B=43.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal261171090.7800.070.54174.7363.6428.04
Hex1A756D4E0736af401c
Octal32165155116076625710034
Binary11010111010111011011001110011111011010101111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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