#1D785A

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

Shades of Deep Sea #1D785A

Tints of Deep Sea #1D785A

Color information

#1D785A (or 0x1D785A) is unknown color: approx Deep Sea. HEX triplet: 1D, 78 and 5A. RGB value is (29,120,90). Sum of RGB (Red+Green+Blue) = 29+120+90=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #1D785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D785A is #E287A5. Grayscale: #595959. Windows color (decimal): -14845862 or 5928989. OLE color: 5928989.

HSL color Cylindrical-coordinate representation of color #1D785A: hue angle of 160.22º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D785A is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB2912090-
CMYK0.7600.250.53
HSL160.22º61.07%29.22%-
HSV(B)160.22º75.83%47.06%-
XYZ9.0714.4311.98-
YUV89.37128.3584.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.13%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=12.13%
G=50.21%
B=37.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29120900.7600.250.53160.2261.0729.22
Hex1D785A4C01935a03d1d
Octal35170132114031652407535
Binary111011111000101101010011000110011101011010000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,120,90); }

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

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

 a { background-color: rgb(29,120,90); }

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

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

 span { border-color: rgb(29,120,90); }

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