Html Css Color HEX #AFF1D9 Magic Mint

📋 copy color: '#AFF1D9'

red 175 ◦ green 241 ◦ blue 217

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

Shades of Magic Mint #AFF1D9

Tints of Magic Mint #AFF1D9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.07%

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

R = 27.65%
G = 38.07%
B = 34.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#AFF1D9 (or 0xAFF1D9) is known color: Magic Mint. HEX triplet: AF, F1 and D9. RGB value is (175,241,217). Sum of RGB (Red+Green+Blue) = 175+241+217=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1D9 is #500E26. Grayscale: #DADADA. Windows color (decimal): -5246503 or 14283183. OLE color: 14283183.

HSL color Cylindrical-coordinate representation of color #AFF1D9: hue angle of 158.18º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1D9 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 217 -
CMYK 0.27 0 0.10 0.05
HSL 158.18º 0.7% 0.82% -
HSV(B) 158.18º 0.27% 0.95% -
XYZ 61.66 77.03 77.26 -
YUV 218.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 175 241 217 0.27 0 0.10 0.05 158.18 0.7 0.82
Hex AF F1 D9 1B 0 A 5 9E 46 52
Octal 257 361 331 33 0 12 5 236 106 122
Binary 10101111 11110001 11011001 11011 0 1010 101 10011110 1000110 1010010

Color Harmonies of #AFF1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1D9

Black with #AFF1D9

Text Example


Text Example

White with #AFF1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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