#1D7161

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

Shades of Deep Sea #1D7161

Tints of Deep Sea #1D7161

Color information

#1D7161 (or 0x1D7161) is unknown color: approx Deep Sea. HEX triplet: 1D, 71 and 61. RGB value is (29,113,97). Sum of RGB (Red+Green+Blue) = 29+113+97=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #1D7161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7161 is #E28E9E. Grayscale: #565656. Windows color (decimal): -14847647 or 6385949. OLE color: 6385949.

HSL color Cylindrical-coordinate representation of color #1D7161: hue angle of 168.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D7161 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB2911397-
CMYK0.7400.140.56
HSL168.57º59.15%27.84%-
HSV(B)168.57º74.34%44.31%-
XYZ8.5712.9313.35-
YUV86.06134.1787.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.13%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=12.13%
G=47.28%
B=40.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29113970.7400.140.56168.5759.1527.84
Hex1D71614A0E38a93b1c
Octal35161141112016702517334
Binary11101111000111000011001010011101110001010100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,113,97); }

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

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

 a { background-color: rgb(29,113,97); }

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

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

 span { border-color: rgb(29,113,97); }

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