Html Css Color HEX #AFFFD9 Magic Mint

📋 copy color: '#AFFFD9'

red 175 ◦ green 255 ◦ blue 217

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

Shades of Magic Mint #AFFFD9

Tints of Magic Mint #AFFFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.54%

R = 27.05%
G = 39.41%
B = 33.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#AFFFD9 (or 0xAFFFD9) is known color: Magic Mint. HEX triplet: AF, FF and D9. RGB value is (175,255,217). Sum of RGB (Red+Green+Blue) = 175+255+217=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD9 is #500026. Grayscale: #E2E2E2. Windows color (decimal): -5242919 or 14286767. OLE color: 14286767.

HSL color Cylindrical-coordinate representation of color #AFFFD9: hue angle of 151.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFD9 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 217 -
CMYK 0.31 0 0.15 0
HSL 151.5º 1% 0.84% -
HSV(B) 151.5º 0.31% 1% -
XYZ 65.96 85.64 78.7 -
YUV 226.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 175 255 217 0.31 0 0.15 0 151.5 1 0.84
Hex AF FF D9 1F 0 F 0 98 64 54
Octal 257 377 331 37 0 17 0 230 144 124
Binary 10101111 11111111 11011001 11111 0 1111 0 10011000 1100100 1010100

Color Harmonies of #AFFFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFD9

Black with #AFFFD9

Text Example


Text Example

White with #AFFFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFD9; }

 p { color: rgb(175,255,217); }

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

background-color css

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

 a { background-color: rgb(175,255,217); }

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

border-color css

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

 span { border-color: rgb(175,255,217); }

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