Html Css Color HEX #1D705E Deep Sea

📋 copy color: '#1D705E'

red 29 ◦ green 112 ◦ blue 94

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

Shades of Deep Sea #1D705E

Tints of Deep Sea #1D705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 94 (37.11% from 255) = 40%

R = 12.34%
G = 47.66%
B = 40%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#1D705E (or 0x1D705E) is known color: Deep Sea. HEX triplet: 1D, 70 and 5E. RGB value is (29,112,94). Sum of RGB (Red+Green+Blue) = 29+112+94=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #1D705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D705E is #E28FA1. Grayscale: #555555. Windows color (decimal): -14847906 or 6189085. OLE color: 6189085.

HSL color Cylindrical-coordinate representation of color #1D705E: hue angle of 166.99º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D705E is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 112 94 -
CMYK 0.74 0 0.16 0.56
HSL 166.99º 0.59% 0.28% -
HSV(B) 166.99º 0.74% 0.44% -
XYZ 8.32 12.66 12.59 -
YUV 85.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 29 112 94 0.74 0 0.16 0.56 166.99 0.59 0.28
Hex 1D 70 5E 4A 0 10 38 A7 3B 1C
Octal 35 160 136 112 0 20 70 247 73 34
Binary 11101 1110000 1011110 1001010 0 10000 111000 10100111 111011 11100

Color Harmonies of #1D705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D705E

Black with #1D705E

Text Example


Text Example

White with #1D705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,112,94); }

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

background-color css

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

 a { background-color: rgb(29,112,94); }

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

border-color css

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

 span { border-color: rgb(29,112,94); }

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