Html Css Color HEX #1D756A Deep Sea

📋 copy color: '#1D756A'

red 29 ◦ green 117 ◦ blue 106

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

Shades of Deep Sea #1D756A

Tints of Deep Sea #1D756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.43%

 BLUE value IS 106 (41.8% from 255) = 42.06%

R = 11.51%
G = 46.43%
B = 42.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#1D756A (or 0x1D756A) is known color: Deep Sea. HEX triplet: 1D, 75 and 6A. RGB value is (29,117,106). Sum of RGB (Red+Green+Blue) = 29+117+106=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #1D756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D756A is #E28A95. Grayscale: #595959. Windows color (decimal): -14846614 or 6976797. OLE color: 6976797.

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

Color convert

RGB 29 117 106 -
CMYK 0.75 0 0.09 0.54
HSL 172.5º 0.6% 0.29% -
HSV(B) 172.5º 0.75% 0.46% -
XYZ 9.47 14.02 15.84 -
YUV 89.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 29 117 106 0.75 0 0.09 0.54 172.5 0.6 0.29
Hex 1D 75 6A 4B 0 9 36 AC 3C 1D
Octal 35 165 152 113 0 11 66 254 74 35
Binary 11101 1110101 1101010 1001011 0 1001 110110 10101100 111100 11101

Color Harmonies of #1D756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D756A

Black with #1D756A

Text Example


Text Example

White with #1D756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,117,106); }

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

background-color css

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

 a { background-color: rgb(29,117,106); }

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

border-color css

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

 span { border-color: rgb(29,117,106); }

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