Html Css Color HEX #1D7768 Deep Sea

📋 copy color: '#1D7768'

red 29 ◦ green 119 ◦ blue 104

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

Shades of Deep Sea #1D7768

Tints of Deep Sea #1D7768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.27%

R = 11.51%
G = 47.22%
B = 41.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#1D7768 (or 0x1D7768) is known color: Deep Sea. HEX triplet: 1D, 77 and 68. RGB value is (29,119,104). Sum of RGB (Red+Green+Blue) = 29+119+104=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7768 is #E28897. Grayscale: #5A5A5A. Windows color (decimal): -14846104 or 6846237. OLE color: 6846237.

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

Color convert

RGB 29 119 104 -
CMYK 0.76 0 0.13 0.53
HSL 170º 0.61% 0.29% -
HSV(B) 170º 0.76% 0.47% -
XYZ 9.6 14.45 15.38 -
YUV 90.38 135.68 84.22 -
System Red Green Blue C M Y K H S L
Decimal 29 119 104 0.76 0 0.13 0.53 170 0.61 0.29
Hex 1D 77 68 4C 0 D 35 AA 3D 1D
Octal 35 167 150 114 0 15 65 252 75 35
Binary 11101 1110111 1101000 1001100 0 1101 110101 10101010 111101 11101

Color Harmonies of #1D7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7768

Black with #1D7768

Text Example


Text Example

White with #1D7768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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