#18F0B2

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

Shades of Medium Spring Green #18F0B2

Tints of Medium Spring Green #18F0B2

Color information

#18F0B2 (or 0x18F0B2) is unknown color: approx Medium Spring Green. HEX triplet: 18, F0 and B2. RGB value is (24,240,178). Sum of RGB (Red+Green+Blue) = 24+240+178=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #18F0B2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18F0B2 is #E70F4D. Grayscale: #A8A8A8. Windows color (decimal): -15142734 or 11726872. OLE color: 11726872.

HSL color Cylindrical-coordinate representation of color #18F0B2: hue angle of 162.78º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F0B2 is Cyan = 0.9, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB24240178-
CMYK0.900.260.06
HSL162.78º87.8%51.76%-
HSV(B)162.78º90%94.12%-
XYZ39.5765.7352.72-
YUV168.35133.4425.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.43%
GREEN value IS 240 (94.14% from 255) = 54.30%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=5.43%
G=54.30%
B=40.27%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal242401780.900.260.06162.7887.851.76
Hex18F0B25A01A6a35834
Octal30360262132032624313064
Binary1100011110000101100101011010011010110101000111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,240,178); }

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

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

 a { background-color: rgb(24,240,178); }

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

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

 span { border-color: rgb(24,240,178); }

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