Html Css Color HEX #18FAAB Medium Spring Green

📋 copy color: '#18FAAB'

red 24 ◦ green 250 ◦ blue 171

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

Shades of Medium Spring Green #18FAAB

Tints of Medium Spring Green #18FAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 5.39%
G = 56.18%
B = 38.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#18FAAB (or 0x18FAAB) is known color: Medium Spring Green. HEX triplet: 18, FA and AB. RGB value is (24,250,171). Sum of RGB (Red+Green+Blue) = 24+250+171=445 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.39% from 445); Green value is 250 (98.05% from 255 or 56.18% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 250 - color contains mainly: green. Hex color #18FAAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18FAAB is #E70554. Grayscale: #ADADAD. Windows color (decimal): -15140181 or 11270680. OLE color: 11270680.

HSL color Cylindrical-coordinate representation of color #18FAAB: hue angle of 159.03º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FAAB is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 250 171 -
CMYK 0.90 0 0.32 0.02
HSL 159.03º 0.96% 0.54% -
HSV(B) 159.03º 0.9% 0.98% -
XYZ 41.91 71.51 50.12 -
YUV 173.42 126.63 21.42 -
System Red Green Blue C M Y K H S L
Decimal 24 250 171 0.90 0 0.32 0.02 159.03 0.96 0.54
Hex 18 FA AB 5A 0 20 2 9F 60 36
Octal 30 372 253 132 0 40 2 237 140 66
Binary 11000 11111010 10101011 1011010 0 100000 10 10011111 1100000 110110

Color Harmonies of #18FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FAAB

Black with #18FAAB

Text Example


Text Example

White with #18FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,250,171); }

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

background-color css

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

 a { background-color: rgb(24,250,171); }

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

border-color css

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

 span { border-color: rgb(24,250,171); }

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