Html Css Color HEX #1D7666 Deep Sea

📋 copy color: '#1D7666'

red 29 ◦ green 118 ◦ blue 102

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

Shades of Deep Sea #1D7666

Tints of Deep Sea #1D7666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.39%

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

R = 11.65%
G = 47.39%
B = 40.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#1D7666 (or 0x1D7666) is known color: Deep Sea. HEX triplet: 1D, 76 and 66. RGB value is (29,118,102). Sum of RGB (Red+Green+Blue) = 29+118+102=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #1D7666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7666 is #E28999. Grayscale: #595959. Windows color (decimal): -14846362 or 6714909. OLE color: 6714909.

HSL color Cylindrical-coordinate representation of color #1D7666: hue angle of 169.21º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7666 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 118 102 -
CMYK 0.75 0 0.14 0.54
HSL 169.21º 0.61% 0.29% -
HSV(B) 169.21º 0.75% 0.46% -
XYZ 9.38 14.18 14.81 -
YUV 89.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 29 118 102 0.75 0 0.14 0.54 169.21 0.61 0.29
Hex 1D 76 66 4B 0 E 36 A9 3D 1D
Octal 35 166 146 113 0 16 66 251 75 35
Binary 11101 1110110 1100110 1001011 0 1110 110110 10101001 111101 11101

Color Harmonies of #1D7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7666

Black with #1D7666

Text Example


Text Example

White with #1D7666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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