Html Css Color HEX #8BFDAF Mint Green

📋 copy color: '#8BFDAF'

red 139 ◦ green 253 ◦ blue 175

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

Shades of Mint Green #8BFDAF

Tints of Mint Green #8BFDAF

RGB

 RED value IS 139 (54.69% from 255) = 24.51%

 GREEN value IS 253 (99.22% from 255) = 44.62%

 BLUE value IS 175 (68.75% from 255) = 30.86%

R = 24.51%
G = 44.62%
B = 30.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#8BFDAF (or 0x8BFDAF) is known color: Mint Green. HEX triplet: 8B, FD and AF. RGB value is (139,253,175). Sum of RGB (Red+Green+Blue) = 139+253+175=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFDAF is #740250. Grayscale: #D2D2D2. Windows color (decimal): -7602769 or 11533707. OLE color: 11533707.

HSL color Cylindrical-coordinate representation of color #8BFDAF: hue angle of 138.95º 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 #8BFDAF is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 253 175 -
CMYK 0.45 0 0.31 0.01
HSL 138.95º 0.97% 0.77% -
HSV(B) 138.95º 0.45% 0.99% -
XYZ 53.51 78.83 52.95 -
YUV 210.02 108.23 77.34 -
System Red Green Blue C M Y K H S L
Decimal 139 253 175 0.45 0 0.31 0.01 138.95 0.97 0.77
Hex 8B FD AF 2D 0 1F 1 8B 61 4D
Octal 213 375 257 55 0 37 1 213 141 115
Binary 10001011 11111101 10101111 101101 0 11111 1 10001011 1100001 1001101

Color Harmonies of #8BFDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BFDAF

Black with #8BFDAF

Text Example


Text Example

White with #8BFDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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