Html Css Color HEX #1D7761 Deep Sea

📋 copy color: '#1D7761'

red 29 ◦ green 119 ◦ blue 97

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

Shades of Deep Sea #1D7761

Tints of Deep Sea #1D7761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.57%

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

R = 11.84%
G = 48.57%
B = 39.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#1D7761 (or 0x1D7761) is known color: Deep Sea. HEX triplet: 1D, 77 and 61. RGB value is (29,119,97). Sum of RGB (Red+Green+Blue) = 29+119+97=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7761 is #E2889E. Grayscale: #595959. Windows color (decimal): -14846111 or 6387485. OLE color: 6387485.

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

Color convert

RGB 29 119 97 -
CMYK 0.76 0 0.18 0.53
HSL 165.33º 0.61% 0.29% -
HSV(B) 165.33º 0.76% 0.47% -
XYZ 9.26 14.32 13.58 -
YUV 89.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 29 119 97 0.76 0 0.18 0.53 165.33 0.61 0.29
Hex 1D 77 61 4C 0 12 35 A5 3D 1D
Octal 35 167 141 114 0 22 65 245 75 35
Binary 11101 1110111 1100001 1001100 0 10010 110101 10100101 111101 11101

Color Harmonies of #1D7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7761

Black with #1D7761

Text Example


Text Example

White with #1D7761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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