Html Css Color HEX #1DFAAA Medium Spring Green

📋 copy color: '#1DFAAA'

red 29 ◦ green 250 ◦ blue 170

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

Shades of Medium Spring Green #1DFAAA

Tints of Medium Spring Green #1DFAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.68%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 6.46%
G = 55.68%
B = 37.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#1DFAAA (or 0x1DFAAA) is known color: Medium Spring Green. HEX triplet: 1D, FA and AA. RGB value is (29,250,170). Sum of RGB (Red+Green+Blue) = 29+250+170=449 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.46% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DFAAA is #E20555. Grayscale: #AEAEAE. Windows color (decimal): -14812502 or 11205149. OLE color: 11205149.

HSL color Cylindrical-coordinate representation of color #1DFAAA: hue angle of 158.28º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFAAA is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 250 170 -
CMYK 0.88 0 0.32 0.02
HSL 158.28º 0.96% 0.55% -
HSV(B) 158.28º 0.88% 0.98% -
XYZ 41.95 71.53 49.63 -
YUV 174.8 125.28 24 -
System Red Green Blue C M Y K H S L
Decimal 29 250 170 0.88 0 0.32 0.02 158.28 0.96 0.55
Hex 1D FA AA 58 0 20 2 9E 60 37
Octal 35 372 252 130 0 40 2 236 140 67
Binary 11101 11111010 10101010 1011000 0 100000 10 10011110 1100000 110111

Color Harmonies of #1DFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFAAA

Black with #1DFAAA

Text Example


Text Example

White with #1DFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,250,170); }

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

background-color css

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

 a { background-color: rgb(29,250,170); }

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

border-color css

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

 span { border-color: rgb(29,250,170); }

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