#1A7665

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

Shades of Deep Sea #1A7665

Tints of Deep Sea #1A7665

Color information

#1A7665 (or 0x1A7665) is unknown color: approx Deep Sea. HEX triplet: 1A, 76 and 65. RGB value is (26,118,101). Sum of RGB (Red+Green+Blue) = 26+118+101=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7665 is #E5899A. Grayscale: #585858. Windows color (decimal): -15042971 or 6649370. OLE color: 6649370.

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

Color convert

RGB26118101-
CMYK0.7800.140.54
HSL168.91º63.89%28.24%-
HSV(B)168.91º77.97%46.27%-
XYZ9.2514.1214.55-
YUV88.55135.0283.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=10.61%
G=48.16%
B=41.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal261181010.7800.140.54168.9163.8928.24
Hex1A76654E0E36a9401c
Octal321661451160166625110034
Binary110101110110110010110011100111011011010101001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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