Html Css Color HEX #18EEAA Medium Spring Green

📋 copy color: '#18EEAA'

red 24 ◦ green 238 ◦ blue 170

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

Shades of Medium Spring Green #18EEAA

Tints of Medium Spring Green #18EEAA

RGB

 RED value IS 24 (9.77% from 255) = 5.56%

 GREEN value IS 238 (93.36% from 255) = 55.09%

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

R = 5.56%
G = 55.09%
B = 39.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#18EEAA (or 0x18EEAA) is known color: Medium Spring Green. HEX triplet: 18, EE and AA. RGB value is (24,238,170). Sum of RGB (Red+Green+Blue) = 24+238+170=432 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.56% from 432); Green value is 238 (93.36% from 255 or 55.09% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 238 - color contains mainly: green. Hex color #18EEAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18EEAA is #E71155. Grayscale: #A6A6A6. Windows color (decimal): -15143254 or 11202072. OLE color: 11202072.

HSL color Cylindrical-coordinate representation of color #18EEAA: hue angle of 160.93º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EEAA is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 238 170 -
CMYK 0.90 0 0.29 0.07
HSL 160.93º 0.86% 0.51% -
HSV(B) 160.93º 0.9% 0.93% -
XYZ 38.21 64.25 48.42 -
YUV 166.26 130.1 26.53 -
System Red Green Blue C M Y K H S L
Decimal 24 238 170 0.90 0 0.29 0.07 160.93 0.86 0.51
Hex 18 EE AA 5A 0 1D 7 A1 56 33
Octal 30 356 252 132 0 35 7 241 126 63
Binary 11000 11101110 10101010 1011010 0 11101 111 10100001 1010110 110011

Color Harmonies of #18EEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EEAA

Black with #18EEAA

Text Example


Text Example

White with #18EEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18EEAA; }

 p { color: rgb(24,238,170); }

 H1.HeaderClassName
 {
   color: #18EEAA;
 }
 .AnyTagClassName
 {
   color: #18EEAA;
 }
</style>

background-color css

<style>
 a { background-color: #18EEAA; }

 a { background-color: rgb(24,238,170); }

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

border-color css

<style>
 span { border-color: #18EEAA; }

 span { border-color: rgb(24,238,170); }

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