Html Css Color HEX #8CFFAA Mint Green

📋 copy color: '#8CFFAA'

red 140 ◦ green 255 ◦ blue 170

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

Shades of Mint Green #8CFFAA

Tints of Mint Green #8CFFAA

RGB

 RED value IS 140 (55.08% from 255) = 24.78%

 GREEN value IS 255 (100% from 255) = 45.13%

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 24.78%
G = 45.13%
B = 30.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#8CFFAA (or 0x8CFFAA) is known color: Mint Green. HEX triplet: 8C, FF and AA. RGB value is (140,255,170). Sum of RGB (Red+Green+Blue) = 140+255+170=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFFAA is #730055. Grayscale: #D3D3D3. Windows color (decimal): -7536726 or 11206540. OLE color: 11206540.

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

Color convert

RGB 140 255 170 -
CMYK 0.45 0 0.33 0
HSL 135.65º 1% 0.77% -
HSV(B) 135.65º 0.45% 1% -
XYZ 53.83 80 50.63 -
YUV 210.93 104.9 77.41 -
System Red Green Blue C M Y K H S L
Decimal 140 255 170 0.45 0 0.33 0 135.65 1 0.77
Hex 8C FF AA 2D 0 21 0 88 64 4D
Octal 214 377 252 55 0 41 0 210 144 115
Binary 10001100 11111111 10101010 101101 0 100001 0 10001000 1100100 1001101

Color Harmonies of #8CFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFFAA

Black with #8CFFAA

Text Example


Text Example

White with #8CFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,255,170); }

 H1.HeaderClassName
 {
   color: #8CFFAA;
 }
 .AnyTagClassName
 {
   color: #8CFFAA;
 }
</style>

background-color css

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

 a { background-color: rgb(140,255,170); }

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

border-color css

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

 span { border-color: rgb(140,255,170); }

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