#18F9AB

Color #18F9AB Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #18F9AB

Tints of Medium Spring Green #18F9AB

Color information

#18F9AB (or 0x18F9AB) is unknown color: approx Medium Spring Green. HEX triplet: 18, F9 and AB. RGB value is (24,249,171). Sum of RGB (Red+Green+Blue) = 24+249+171=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #18F9AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F9AB is #E70654. Grayscale: #ACACAC. Windows color (decimal): -15140437 or 11270424. OLE color: 11270424.

HSL color Cylindrical-coordinate representation of color #18F9AB: hue angle of 159.2º degrees, saturation: 0.95, 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 #18F9AB is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB24249171-
CMYK0.9000.310.02
HSL159.2º94.94%53.53%-
HSV(B)159.2º90.36%97.65%-
XYZ41.670.8950.02-
YUV172.83126.9621.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.41%
GREEN value IS 249 (97.66% from 255) = 56.08%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=5.41%
G=56.08%
B=38.51%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242491710.9000.310.02159.294.9453.53
Hex18F9AB5A01F29f5f36
Octal30371253132037223713766
Binary110001111100110101011101101001111110100111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18F9AB;
 }
 .AnyTagClassName
 {
   color: #18F9AB;
 }
</style>
background-color css

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

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

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

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

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

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