#8BFDA2

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

Shades of Mint Green #8BFDA2

Tints of Mint Green #8BFDA2

Color information

#8BFDA2 (or 0x8BFDA2) is unknown color: approx Mint Green. HEX triplet: 8B, FD and A2. RGB value is (139,253,162). Sum of RGB (Red+Green+Blue) = 139+253+162=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFDA2 is #74025D. Grayscale: #D0D0D0. Windows color (decimal): -7602782 or 10681739. OLE color: 10681739.

HSL color Cylindrical-coordinate representation of color #8BFDA2: hue angle of 132.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFDA2 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB139253162-
CMYK0.4500.360.01
HSL132.11º96.61%76.86%-
HSV(B)132.11º45.06%99.22%-
XYZ52.2978.3546.55-
YUV208.54101.7378.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 25.09%
GREEN value IS 253 (99.22% from 255) = 45.67%
BLUE value IS 162 (63.67% from 255) = 29.24%
R=25.09%
G=45.67%
B=29.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1392531620.4500.360.01132.1196.6176.86
Hex8BFDA22D024184614d
Octal213375242550441204141115
Binary100010111111110110100010101101010010011000010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BFDA2; }

 p { color: rgb(139,253,162); }

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

<style>
 a { background-color: #8BFDA2; }

 a { background-color: rgb(139,253,162); }

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

<style>
 span { border-color: #8BFDA2; }

 span { border-color: rgb(139,253,162); }

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