#1A7460

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

Shades of Deep Sea #1A7460

Tints of Deep Sea #1A7460

Color information

#1A7460 (or 0x1A7460) is unknown color: approx Deep Sea. HEX triplet: 1A, 74 and 60. RGB value is (26,116,96). Sum of RGB (Red+Green+Blue) = 26+116+96=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7460 is #E58B9F. Grayscale: #565656. Windows color (decimal): -15043488 or 6321178. OLE color: 6321178.

HSL color Cylindrical-coordinate representation of color #1A7460: hue angle of 166.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7460 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB2611696-
CMYK0.7800.170.55
HSL166.67º63.38%27.84%-
HSV(B)166.67º77.59%45.49%-
XYZ8.7813.5513.22-
YUV86.81133.1884.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=10.92%
G=48.74%
B=40.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26116960.7800.170.55166.6763.3827.84
Hex1A74604E01137a73f1c
Octal32164140116021672477734
Binary110101110100110000010011100100011101111010011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,116,96); }

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

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

 a { background-color: rgb(26,116,96); }

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

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

 span { border-color: rgb(26,116,96); }

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