Html Css Color HEX #1D9980 Niagara

📋 copy color: '#1D9980'

red 29 ◦ green 153 ◦ blue 128

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

Shades of Niagara #1D9980

Tints of Niagara #1D9980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.35%

 BLUE value IS 128 (50.39% from 255) = 41.29%

R = 9.35%
G = 49.35%
B = 41.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#1D9980 (or 0x1D9980) is known color: Niagara. HEX triplet: 1D, 99 and 80. RGB value is (29,153,128). Sum of RGB (Red+Green+Blue) = 29+153+128=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #1D9980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9980 is #E2667F. Grayscale: #717171. Windows color (decimal): -14837376 or 8427805. OLE color: 8427805.

HSL color Cylindrical-coordinate representation of color #1D9980: hue angle of 167.9º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9980 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 153 128 -
CMYK 0.81 0 0.16 0.4
HSL 167.9º 0.68% 0.36% -
HSV(B) 167.9º 0.81% 0.6% -
XYZ 15.79 24.6 24.34 -
YUV 113.07 136.42 68.03 -
System Red Green Blue C M Y K H S L
Decimal 29 153 128 0.81 0 0.16 0.4 167.9 0.68 0.36
Hex 1D 99 80 51 0 10 28 A8 44 24
Octal 35 231 200 121 0 20 50 250 104 44
Binary 11101 10011001 10000000 1010001 0 10000 101000 10101000 1000100 100100

Color Harmonies of #1D9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9980

Black with #1D9980

Text Example


Text Example

White with #1D9980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,153,128); }

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

background-color css

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

 a { background-color: rgb(29,153,128); }

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

border-color css

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

 span { border-color: rgb(29,153,128); }

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