#1D7B6E

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

Shades of Deep Sea #1D7B6E

Tints of Deep Sea #1D7B6E

Color information

#1D7B6E (or 0x1D7B6E) is unknown color: approx Deep Sea. HEX triplet: 1D, 7B and 6E. RGB value is (29,123,110). Sum of RGB (Red+Green+Blue) = 29+123+110=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #1D7B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7B6E is #E28491. Grayscale: #5D5D5D. Windows color (decimal): -14845074 or 7240477. OLE color: 7240477.

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

Color convert

RGB29123110-
CMYK0.7600.110.52
HSL171.7º61.84%29.8%-
HSV(B)171.7º76.42%48.24%-
XYZ10.415.5517.21-
YUV93.41137.3682.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.07%
GREEN value IS 123 (48.44% from 255) = 46.95%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=11.07%
G=46.95%
B=41.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal291231100.7600.110.52171.761.8429.8
Hex1D7B6E4C0B34ac3e1e
Octal35173156114013642547636
Binary11101111101111011101001100010111101001010110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,123,110); }

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

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

 a { background-color: rgb(29,123,110); }

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

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

 span { border-color: rgb(29,123,110); }

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