Html Css Color HEX #1D746B Deep Sea

📋 copy color: '#1D746B'

red 29 ◦ green 116 ◦ blue 107

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

Shades of Deep Sea #1D746B

Tints of Deep Sea #1D746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.03%

 BLUE value IS 107 (42.19% from 255) = 42.46%

R = 11.51%
G = 46.03%
B = 42.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#1D746B (or 0x1D746B) is known color: Deep Sea. HEX triplet: 1D, 74 and 6B. RGB value is (29,116,107). Sum of RGB (Red+Green+Blue) = 29+116+107=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #1D746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D746B is #E28B94. Grayscale: #585858. Windows color (decimal): -14846869 or 7042077. OLE color: 7042077.

HSL color Cylindrical-coordinate representation of color #1D746B: hue angle of 173.79º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D746B is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 116 107 -
CMYK 0.75 0 0.08 0.55
HSL 173.79º 0.6% 0.28% -
HSV(B) 173.79º 0.75% 0.45% -
XYZ 9.41 13.81 16.08 -
YUV 88.96 138.18 85.23 -
System Red Green Blue C M Y K H S L
Decimal 29 116 107 0.75 0 0.08 0.55 173.79 0.6 0.28
Hex 1D 74 6B 4B 0 8 37 AE 3C 1C
Octal 35 164 153 113 0 10 67 256 74 34
Binary 11101 1110100 1101011 1001011 0 1000 110111 10101110 111100 11100

Color Harmonies of #1D746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D746B

Black with #1D746B

Text Example


Text Example

White with #1D746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,116,107); }

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

background-color css

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

 a { background-color: rgb(29,116,107); }

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

border-color css

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

 span { border-color: rgb(29,116,107); }

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