Html Css Color HEX #1D7D6D Deep Sea

📋 copy color: '#1D7D6D'

red 29 ◦ green 125 ◦ blue 109

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

Shades of Deep Sea #1D7D6D

Tints of Deep Sea #1D7D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.53%

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 11.03%
G = 47.53%
B = 41.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#1D7D6D (or 0x1D7D6D) is known color: Deep Sea. HEX triplet: 1D, 7D and 6D. RGB value is (29,125,109). Sum of RGB (Red+Green+Blue) = 29+125+109=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 125 - color contains mainly: green. Hex color #1D7D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7D6D is #E28292. Grayscale: #5E5E5E. Windows color (decimal): -14844563 or 7175453. OLE color: 7175453.

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

Color convert

RGB 29 125 109 -
CMYK 0.77 0 0.13 0.51
HSL 170º 0.62% 0.3% -
HSV(B) 170º 0.77% 0.49% -
XYZ 10.6 16.03 17 -
YUV 94.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 29 125 109 0.77 0 0.13 0.51 170 0.62 0.3
Hex 1D 7D 6D 4D 0 D 33 AA 3E 1E
Octal 35 175 155 115 0 15 63 252 76 36
Binary 11101 1111101 1101101 1001101 0 1101 110011 10101010 111110 11110

Color Harmonies of #1D7D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7D6D

Black with #1D7D6D

Text Example


Text Example

White with #1D7D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,125,109); }

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

background-color css

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

 a { background-color: rgb(29,125,109); }

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

border-color css

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

 span { border-color: rgb(29,125,109); }

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