Html Css Color HEX #1D7961 Deep Sea

📋 copy color: '#1D7961'

red 29 ◦ green 121 ◦ blue 97

#1D7961
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #1D7961

Tints of Deep Sea #1D7961

RGB

 RED value IS 29 (11.72% from 255) = 11.74%

 GREEN value IS 121 (47.66% from 255) = 48.99%

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 11.74%
G = 48.99%
B = 39.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#1D7961 (or 0x1D7961) is known color: Deep Sea. HEX triplet: 1D, 79 and 61. RGB value is (29,121,97). Sum of RGB (Red+Green+Blue) = 29+121+97=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7961 is #E2869E. Grayscale: #5A5A5A. Windows color (decimal): -14845599 or 6387997. OLE color: 6387997.

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

Color convert

RGB 29 121 97 -
CMYK 0.76 0 0.20 0.53
HSL 164.35º 0.61% 0.29% -
HSV(B) 164.35º 0.76% 0.47% -
XYZ 9.5 14.8 13.66 -
YUV 90.76 131.52 83.95 -
System Red Green Blue C M Y K H S L
Decimal 29 121 97 0.76 0 0.20 0.53 164.35 0.61 0.29
Hex 1D 79 61 4C 0 14 35 A4 3D 1D
Octal 35 171 141 114 0 24 65 244 75 35
Binary 11101 1111001 1100001 1001100 0 10100 110101 10100100 111101 11101

Color Harmonies of #1D7961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7961

Black with #1D7961

Text Example


Text Example

White with #1D7961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D7961;
 }
 .AnyTagClassName
 {
   color: #1D7961;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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