Html Css Color HEX #AFFFD1 Magic Mint

📋 copy color: '#AFFFD1'

red 175 ◦ green 255 ◦ blue 209

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

Shades of Magic Mint #AFFFD1

Tints of Magic Mint #AFFFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.71%

R = 27.39%
G = 39.91%
B = 32.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#AFFFD1 (or 0xAFFFD1) is known color: Magic Mint. HEX triplet: AF, FF and D1. RGB value is (175,255,209). Sum of RGB (Red+Green+Blue) = 175+255+209=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD1 is #50002E. Grayscale: #E1E1E1. Windows color (decimal): -5242927 or 13762479. OLE color: 13762479.

HSL color Cylindrical-coordinate representation of color #AFFFD1: hue angle of 145.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 #AFFFD1 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 209 -
CMYK 0.31 0 0.18 0
HSL 145.5º 1% 0.84% -
HSV(B) 145.5º 0.31% 1% -
XYZ 64.95 85.24 73.35 -
YUV 225.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 175 255 209 0.31 0 0.18 0 145.5 1 0.84
Hex AF FF D1 1F 0 12 0 92 64 54
Octal 257 377 321 37 0 22 0 222 144 124
Binary 10101111 11111111 11010001 11111 0 10010 0 10010010 1100100 1010100

Color Harmonies of #AFFFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFD1

Black with #AFFFD1

Text Example


Text Example

White with #AFFFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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