#1D7B64

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

Shades of Deep Sea #1D7B64

Tints of Deep Sea #1D7B64

Color information

#1D7B64 (or 0x1D7B64) is unknown color: approx Deep Sea. HEX triplet: 1D, 7B and 64. RGB value is (29,123,100). Sum of RGB (Red+Green+Blue) = 29+123+100=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #1D7B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7B64 is #E2849B. Grayscale: #5C5C5C. Windows color (decimal): -14845084 or 6585117. OLE color: 6585117.

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

Color convert

RGB29123100-
CMYK0.7600.190.52
HSL165.32º61.84%29.8%-
HSV(B)165.32º76.42%48.24%-
XYZ9.8915.3514.5-
YUV92.27132.3682.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.51%
GREEN value IS 123 (48.44% from 255) = 48.81%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=11.51%
G=48.81%
B=39.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal291231000.7600.190.52165.3261.8429.8
Hex1D7B644C01334a53e1e
Octal35173144114023642457636
Binary111011111011110010010011000100111101001010010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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