#1A7666

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

Shades of Deep Sea #1A7666

Tints of Deep Sea #1A7666

Color information

#1A7666 (or 0x1A7666) is unknown color: approx Deep Sea. HEX triplet: 1A, 76 and 66. RGB value is (26,118,102). Sum of RGB (Red+Green+Blue) = 26+118+102=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7666 is #E58999. Grayscale: #585858. Windows color (decimal): -15042970 or 6714906. OLE color: 6714906.

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

Color convert

RGB26118102-
CMYK0.7800.140.54
HSL169.57º63.89%28.24%-
HSV(B)169.57º77.97%46.27%-
XYZ9.314.1414.81-
YUV88.67135.5283.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=10.57%
G=47.97%
B=41.46%

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
Decimal261181020.7800.140.54169.5763.8928.24
Hex1A76664E0E36aa401c
Octal321661461160166625210034
Binary110101110110110011010011100111011011010101010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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