#88FFA0

Color #88FFA0 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #88FFA0

Tints of Mint Green #88FFA0

Color information

#88FFA0 (or 0x88FFA0) is unknown color: approx Mint Green. HEX triplet: 88, FF and A0. RGB value is (136,255,160). Sum of RGB (Red+Green+Blue) = 136+255+160=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #88FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88FFA0 is #77005F. Grayscale: #D0D0D0. Windows color (decimal): -7798880 or 10551176. OLE color: 10551176.

HSL color Cylindrical-coordinate representation of color #88FFA0: hue angle of 132.1º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FFA0 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB136255160-
CMYK0.4700.370
HSL132.1º100%76.67%-
HSV(B)132.1º46.67%100%-
XYZ52.2679.2945.81-
YUV208.59100.5876.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.68%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 160 (62.89% from 255) = 29.04%
R=24.68%
G=46.28%
B=29.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362551600.4700.370132.110076.67
Hex88FFA02F025084644d
Octal210377240570450204144115
Binary100010001111111110100000101111010010101000010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88FFA0; }

 p { color: rgb(136,255,160); }

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

<style>
 a { background-color: #88FFA0; }

 a { background-color: rgb(136,255,160); }

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

<style>
 span { border-color: #88FFA0; }

 span { border-color: rgb(136,255,160); }

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