#1D7C64

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

Shades of Deep Sea #1D7C64

Tints of Deep Sea #1D7C64

Color information

#1D7C64 (or 0x1D7C64) is unknown color: approx Deep Sea. HEX triplet: 1D, 7C and 64. RGB value is (29,124,100). Sum of RGB (Red+Green+Blue) = 29+124+100=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #1D7C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7C64 is #E2839B. Grayscale: #5C5C5C. Windows color (decimal): -14844828 or 6585373. OLE color: 6585373.

HSL color Cylindrical-coordinate representation of color #1D7C64: hue angle of 164.84º 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 #1D7C64 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB29124100-
CMYK0.7700.190.51
HSL164.84º62.09%30%-
HSV(B)164.84º76.61%48.63%-
XYZ10.0115.614.54-
YUV92.86132.0382.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.46%
GREEN value IS 124 (48.83% from 255) = 49.01%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=11.46%
G=49.01%
B=39.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291241000.7700.190.51164.8462.0930
Hex1D7C644D01333a53e1e
Octal35174144115023632457636
Binary111011111100110010010011010100111100111010010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,124,100); }

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

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

 a { background-color: rgb(29,124,100); }

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

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

 span { border-color: rgb(29,124,100); }

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