Html Css Color HEX #1DF2BA Medium Spring Green

📋 copy color: '#1DF2BA'

red 29 ◦ green 242 ◦ blue 186

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

Shades of Medium Spring Green #1DF2BA

Tints of Medium Spring Green #1DF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.95%

 BLUE value IS 186 (73.05% from 255) = 40.7%

R = 6.35%
G = 52.95%
B = 40.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#1DF2BA (or 0x1DF2BA) is known color: Medium Spring Green. HEX triplet: 1D, F2 and BA. RGB value is (29,242,186). Sum of RGB (Red+Green+Blue) = 29+242+186=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF2BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF2BA is #E20D45. Grayscale: #ABABAB. Windows color (decimal): -14814534 or 12251677. OLE color: 12251677.

HSL color Cylindrical-coordinate representation of color #1DF2BA: hue angle of 164.23º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF2BA is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 242 186 -
CMYK 0.88 0 0.23 0.05
HSL 164.23º 0.89% 0.53% -
HSV(B) 164.23º 0.88% 0.95% -
XYZ 41.12 67.31 57.28 -
YUV 171.93 135.93 26.05 -
System Red Green Blue C M Y K H S L
Decimal 29 242 186 0.88 0 0.23 0.05 164.23 0.89 0.53
Hex 1D F2 BA 58 0 17 5 A4 59 35
Octal 35 362 272 130 0 27 5 244 131 65
Binary 11101 11110010 10111010 1011000 0 10111 101 10100100 1011001 110101

Color Harmonies of #1DF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF2BA

Black with #1DF2BA

Text Example


Text Example

White with #1DF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,242,186); }

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

background-color css

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

 a { background-color: rgb(29,242,186); }

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

border-color css

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

 span { border-color: rgb(29,242,186); }

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