Html Css Color HEX #1D7766 Deep Sea

📋 copy color: '#1D7766'

red 29 ◦ green 119 ◦ blue 102

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

Shades of Deep Sea #1D7766

Tints of Deep Sea #1D7766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 11.6%
G = 47.6%
B = 40.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#1D7766 (or 0x1D7766) is known color: Deep Sea. HEX triplet: 1D, 77 and 66. RGB value is (29,119,102). Sum of RGB (Red+Green+Blue) = 29+119+102=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #1D7766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7766 is #E28899. Grayscale: #5A5A5A. Windows color (decimal): -14846106 or 6715165. OLE color: 6715165.

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

Color convert

RGB 29 119 102 -
CMYK 0.76 0 0.14 0.53
HSL 168.67º 0.61% 0.29% -
HSV(B) 168.67º 0.76% 0.47% -
XYZ 9.5 14.41 14.85 -
YUV 90.15 134.68 84.38 -
System Red Green Blue C M Y K H S L
Decimal 29 119 102 0.76 0 0.14 0.53 168.67 0.61 0.29
Hex 1D 77 66 4C 0 E 35 A9 3D 1D
Octal 35 167 146 114 0 16 65 251 75 35
Binary 11101 1110111 1100110 1001100 0 1110 110101 10101001 111101 11101

Color Harmonies of #1D7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7766

Black with #1D7766

Text Example


Text Example

White with #1D7766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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