Html Css Color HEX #AFFFDD Magic Mint

📋 copy color: '#AFFFDD'

red 175 ◦ green 255 ◦ blue 221

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

Shades of Magic Mint #AFFFDD

Tints of Magic Mint #AFFFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.95%

R = 26.88%
G = 39.17%
B = 33.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#AFFFDD (or 0xAFFFDD) is known color: Magic Mint. HEX triplet: AF, FF and DD. RGB value is (175,255,221). Sum of RGB (Red+Green+Blue) = 175+255+221=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFDD is #500022. Grayscale: #E3E3E3. Windows color (decimal): -5242915 or 14548911. OLE color: 14548911.

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

Color convert

RGB 175 255 221 -
CMYK 0.31 0 0.13 0
HSL 154.5º 1% 0.84% -
HSV(B) 154.5º 0.31% 1% -
XYZ 66.49 85.85 81.47 -
YUV 227.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 175 255 221 0.31 0 0.13 0 154.5 1 0.84
Hex AF FF DD 1F 0 D 0 9A 64 54
Octal 257 377 335 37 0 15 0 232 144 124
Binary 10101111 11111111 11011101 11111 0 1101 0 10011010 1100100 1010100

Color Harmonies of #AFFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFDD

Black with #AFFFDD

Text Example


Text Example

White with #AFFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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