#1D7960

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

Shades of Deep Sea #1D7960

Tints of Deep Sea #1D7960

Color information

#1D7960 (or 0x1D7960) is unknown color: approx Deep Sea. HEX triplet: 1D, 79 and 60. RGB value is (29,121,96). Sum of RGB (Red+Green+Blue) = 29+121+96=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7960 is #E2869F. Grayscale: #5A5A5A. Windows color (decimal): -14845600 or 6322461. OLE color: 6322461.

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

Color convert

RGB2912196-
CMYK0.7600.210.53
HSL163.7º61.33%29.41%-
HSV(B)163.7º76.03%47.45%-
XYZ9.4614.7813.42-
YUV90.64131.0284.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.79%
GREEN value IS 121 (47.66% from 255) = 49.19%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=11.79%
G=49.19%
B=39.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29121960.7600.210.53163.761.3329.41
Hex1D79604C01535a43d1d
Octal35171140114025652447535
Binary111011111001110000010011000101011101011010010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,121,96); }

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

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

 a { background-color: rgb(29,121,96); }

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

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

 span { border-color: rgb(29,121,96); }

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