Html Css Color HEX #18F8AC Medium Spring Green

📋 copy color: '#18F8AC'

red 24 ◦ green 248 ◦ blue 172

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

Shades of Medium Spring Green #18F8AC

Tints of Medium Spring Green #18F8AC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.86%

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 5.41%
G = 55.86%
B = 38.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#18F8AC (or 0x18F8AC) is known color: Medium Spring Green. HEX triplet: 18, F8 and AC. RGB value is (24,248,172). Sum of RGB (Red+Green+Blue) = 24+248+172=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 248 (97.27% from 255 or 55.86% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 248 - color contains mainly: green. Hex color #18F8AC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F8AC is #E70753. Grayscale: #ACACAC. Windows color (decimal): -15140692 or 11335704. OLE color: 11335704.

HSL color Cylindrical-coordinate representation of color #18F8AC: hue angle of 159.64º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F8AC is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 24 248 172 -
CMYK 0.90 0 0.31 0.03
HSL 159.64º 0.94% 0.53% -
HSV(B) 159.64º 0.9% 0.97% -
XYZ 41.39 70.31 50.42 -
YUV 172.36 127.79 22.18 -
System Red Green Blue C M Y K H S L
Decimal 24 248 172 0.90 0 0.31 0.03 159.64 0.94 0.53
Hex 18 F8 AC 5A 0 1F 3 A0 5E 35
Octal 30 370 254 132 0 37 3 240 136 65
Binary 11000 11111000 10101100 1011010 0 11111 11 10100000 1011110 110101

Color Harmonies of #18F8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F8AC

Black with #18F8AC

Text Example


Text Example

White with #18F8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,248,172); }

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

background-color css

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

 a { background-color: rgb(24,248,172); }

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

border-color css

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

 span { border-color: rgb(24,248,172); }

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