#1D7D6F

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

Shades of Deep Sea #1D7D6F

Tints of Deep Sea #1D7D6F

Color information

#1D7D6F (or 0x1D7D6F) is unknown color: approx Deep Sea. HEX triplet: 1D, 7D and 6F. RGB value is (29,125,111). Sum of RGB (Red+Green+Blue) = 29+125+111=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D6F is #E28290. Grayscale: #5E5E5E. Windows color (decimal): -14844561 or 7306525. OLE color: 7306525.

HSL color Cylindrical-coordinate representation of color #1D7D6F: hue angle of 171.25º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7D6F is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB29125111-
CMYK0.7700.110.51
HSL171.25º62.34%30.2%-
HSV(B)171.25º76.8%49.02%-
XYZ10.7116.0817.58-
YUV94.7137.281.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.94%
GREEN value IS 125 (49.22% from 255) = 47.17%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=10.94%
G=47.17%
B=41.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291251110.7700.110.51171.2562.3430.2
Hex1D7D6F4D0B33ab3e1e
Octal35175157115013632537636
Binary11101111110111011111001101010111100111010101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,125,111); }

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

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

 a { background-color: rgb(29,125,111); }

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

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

 span { border-color: rgb(29,125,111); }

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