#1D766C

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

Shades of Deep Sea #1D766C

Tints of Deep Sea #1D766C

Color information

#1D766C (or 0x1D766C) is unknown color: approx Deep Sea. HEX triplet: 1D, 76 and 6C. RGB value is (29,118,108). Sum of RGB (Red+Green+Blue) = 29+118+108=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #1D766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D766C is #E28993. Grayscale: #5A5A5A. Windows color (decimal): -14846356 or 7108125. OLE color: 7108125.

HSL color Cylindrical-coordinate representation of color #1D766C: hue angle of 173.26º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D766C is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB29118108-
CMYK0.7500.080.54
HSL173.26º60.54%28.82%-
HSV(B)173.26º75.42%46.27%-
XYZ9.6914.316.44-
YUV90.25138.0184.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.37%
GREEN value IS 118 (46.48% from 255) = 46.27%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=11.37%
G=46.27%
B=42.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal291181080.7500.080.54173.2660.5428.82
Hex1D766C4B0836ad3d1d
Octal35166154113010662557535
Binary11101111011011011001001011010001101101010110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,118,108); }

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

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

 a { background-color: rgb(29,118,108); }

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

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

 span { border-color: rgb(29,118,108); }

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