Html Css Color HEX #1D7665 Deep Sea

📋 copy color: '#1D7665'

red 29 ◦ green 118 ◦ blue 101

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

Shades of Deep Sea #1D7665

Tints of Deep Sea #1D7665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 11.69%
G = 47.58%
B = 40.73%

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

#1D7665 (or 0x1D7665) is known color: Deep Sea. HEX triplet: 1D, 76 and 65. RGB value is (29,118,101). Sum of RGB (Red+Green+Blue) = 29+118+101=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #1D7665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7665 is #E2899A. Grayscale: #595959. Windows color (decimal): -14846363 or 6649373. OLE color: 6649373.

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

Color convert

RGB 29 118 101 -
CMYK 0.75 0 0.14 0.54
HSL 168.54º 0.61% 0.29% -
HSV(B) 168.54º 0.75% 0.46% -
XYZ 9.33 14.16 14.55 -
YUV 89.45 134.51 84.88 -
System Red Green Blue C M Y K H S L
Decimal 29 118 101 0.75 0 0.14 0.54 168.54 0.61 0.29
Hex 1D 76 65 4B 0 E 36 A9 3D 1D
Octal 35 166 145 113 0 16 66 251 75 35
Binary 11101 1110110 1100101 1001011 0 1110 110110 10101001 111101 11101

Color Harmonies of #1D7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7665

Black with #1D7665

Text Example


Text Example

White with #1D7665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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