Html Css Color HEX #1D7966 Deep Sea

📋 copy color: '#1D7966'

red 29 ◦ green 121 ◦ blue 102

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

Shades of Deep Sea #1D7966

Tints of Deep Sea #1D7966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.02%

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

R = 11.51%
G = 48.02%
B = 40.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#1D7966 (or 0x1D7966) is known color: Deep Sea. HEX triplet: 1D, 79 and 66. RGB value is (29,121,102). Sum of RGB (Red+Green+Blue) = 29+121+102=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #1D7966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7966 is #E28699. Grayscale: #5B5B5B. Windows color (decimal): -14845594 or 6715677. OLE color: 6715677.

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

Color convert

RGB 29 121 102 -
CMYK 0.76 0 0.16 0.53
HSL 167.61º 0.61% 0.29% -
HSV(B) 167.61º 0.76% 0.47% -
XYZ 9.74 14.9 14.93 -
YUV 91.33 134.02 83.54 -
System Red Green Blue C M Y K H S L
Decimal 29 121 102 0.76 0 0.16 0.53 167.61 0.61 0.29
Hex 1D 79 66 4C 0 10 35 A8 3D 1D
Octal 35 171 146 114 0 20 65 250 75 35
Binary 11101 1111001 1100110 1001100 0 10000 110101 10101000 111101 11101

Color Harmonies of #1D7966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7966

Black with #1D7966

Text Example


Text Example

White with #1D7966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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