#1A765E

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

Shades of Deep Sea #1A765E

Tints of Deep Sea #1A765E

Color information

#1A765E (or 0x1A765E) is unknown color: approx Deep Sea. HEX triplet: 1A, 76 and 5E. RGB value is (26,118,94). Sum of RGB (Red+Green+Blue) = 26+118+94=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #1A765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A765E is #E589A1. Grayscale: #575757. Windows color (decimal): -15042978 or 6190618. OLE color: 6190618.

HSL color Cylindrical-coordinate representation of color #1A765E: hue angle of 164.35º 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 #1A765E is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB2611894-
CMYK0.7800.200.54
HSL164.35º63.89%28.24%-
HSV(B)164.35º77.97%46.27%-
XYZ8.9213.9812.82-
YUV87.76131.5283.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.92%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=10.92%
G=49.58%
B=39.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26118940.7800.200.54164.3563.8928.24
Hex1A765E4E01436a4401c
Octal321661361160246624410034
Binary1101011101101011110100111001010011011010100100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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