Html Css Color HEX #AFF5D9 Magic Mint

📋 copy color: '#AFF5D9'

red 175 ◦ green 245 ◦ blue 217

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

Shades of Magic Mint #AFF5D9

Tints of Magic Mint #AFF5D9

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.46%

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

R = 27.47%
G = 38.46%
B = 34.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#AFF5D9 (or 0xAFF5D9) is known color: Magic Mint. HEX triplet: AF, F5 and D9. RGB value is (175,245,217). Sum of RGB (Red+Green+Blue) = 175+245+217=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5D9 is #500A26. Grayscale: #DCDCDC. Windows color (decimal): -5245479 or 14284207. OLE color: 14284207.

HSL color Cylindrical-coordinate representation of color #AFF5D9: hue angle of 156º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5D9 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 217 -
CMYK 0.29 0 0.11 0.04
HSL 156º 0.78% 0.82% -
HSV(B) 156º 0.29% 0.96% -
XYZ 62.86 79.43 77.66 -
YUV 220.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 175 245 217 0.29 0 0.11 0.04 156 0.78 0.82
Hex AF F5 D9 1D 0 B 4 9C 4E 52
Octal 257 365 331 35 0 13 4 234 116 122
Binary 10101111 11110101 11011001 11101 0 1011 100 10011100 1001110 1010010

Color Harmonies of #AFF5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5D9

Black with #AFF5D9

Text Example


Text Example

White with #AFF5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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