Html Css Color HEX #AFFAC7 Magic Mint

📋 copy color: '#AFFAC7'

red 175 ◦ green 250 ◦ blue 199

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

Shades of Magic Mint #AFFAC7

Tints of Magic Mint #AFFAC7

RGB

 RED value IS 175 (68.75% from 255) = 28.04%

 GREEN value IS 250 (98.05% from 255) = 40.06%

 BLUE value IS 199 (78.13% from 255) = 31.89%

R = 28.04%
G = 40.06%
B = 31.89%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#AFFAC7 (or 0xAFFAC7) is known color: Magic Mint. HEX triplet: AF, FA and C7. RGB value is (175,250,199). Sum of RGB (Red+Green+Blue) = 175+250+199=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC7 is #500538. Grayscale: #DDDDDD. Windows color (decimal): -5244217 or 13105839. OLE color: 13105839.

HSL color Cylindrical-coordinate representation of color #AFFAC7: hue angle of 139.2º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAC7 is Cyan = 0.3, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 199 -
CMYK 0.3 0 0.20 0.02
HSL 139.2º 0.88% 0.83% -
HSV(B) 139.2º 0.3% 0.98% -
XYZ 62.17 81.61 66.51 -
YUV 221.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 175 250 199 0.3 0 0.20 0.02 139.2 0.88 0.83
Hex AF FA C7 1E 0 14 2 8B 58 53
Octal 257 372 307 36 0 24 2 213 130 123
Binary 10101111 11111010 11000111 11110 0 10100 10 10001011 1011000 1010011

Color Harmonies of #AFFAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAC7

Black with #AFFAC7

Text Example


Text Example

White with #AFFAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAC7; }

 p { color: rgb(175,250,199); }

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

background-color css

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

 a { background-color: rgb(175,250,199); }

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

border-color css

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

 span { border-color: rgb(175,250,199); }

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