Html Css Color HEX #1DAE90 Niagara

📋 copy color: '#1DAE90'

red 29 ◦ green 174 ◦ blue 144

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

Shades of Niagara #1DAE90

Tints of Niagara #1DAE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.14%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 8.36%
G = 50.14%
B = 41.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#1DAE90 (or 0x1DAE90) is known color: Niagara. HEX triplet: 1D, AE and 90. RGB value is (29,174,144). Sum of RGB (Red+Green+Blue) = 29+174+144=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAE90 is #E2516F. Grayscale: #7F7F7F. Windows color (decimal): -14831984 or 9481757. OLE color: 9481757.

HSL color Cylindrical-coordinate representation of color #1DAE90: hue angle of 167.59º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE90 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 174 144 -
CMYK 0.83 0 0.17 0.32
HSL 167.59º 0.71% 0.4% -
HSV(B) 167.59º 0.83% 0.68% -
XYZ 20.68 32.55 31.58 -
YUV 127.23 137.46 57.94 -
System Red Green Blue C M Y K H S L
Decimal 29 174 144 0.83 0 0.17 0.32 167.59 0.71 0.4
Hex 1D AE 90 53 0 11 20 A8 47 28
Octal 35 256 220 123 0 21 40 250 107 50
Binary 11101 10101110 10010000 1010011 0 10001 100000 10101000 1000111 101000

Color Harmonies of #1DAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAE90

Black with #1DAE90

Text Example


Text Example

White with #1DAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,174,144); }

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

background-color css

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

 a { background-color: rgb(29,174,144); }

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

border-color css

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

 span { border-color: rgb(29,174,144); }

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