Html Css Color HEX #AFF8DC Magic Mint

📋 copy color: '#AFF8DC'

red 175 ◦ green 248 ◦ blue 220

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

Shades of Magic Mint #AFF8DC

Tints of Magic Mint #AFF8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.57%

 BLUE value IS 220 (86.33% from 255) = 34.21%

R = 27.22%
G = 38.57%
B = 34.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#AFF8DC (or 0xAFF8DC) is known color: Magic Mint. HEX triplet: AF, F8 and DC. RGB value is (175,248,220). Sum of RGB (Red+Green+Blue) = 175+248+220=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8DC is #500723. Grayscale: #DFDFDF. Windows color (decimal): -5244708 or 14481583. OLE color: 14481583.

HSL color Cylindrical-coordinate representation of color #AFF8DC: hue angle of 156.99º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8DC is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 220 -
CMYK 0.29 0 0.11 0.03
HSL 156.99º 0.84% 0.83% -
HSV(B) 156.99º 0.29% 0.97% -
XYZ 64.16 81.42 80.04 -
YUV 222.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 175 248 220 0.29 0 0.11 0.03 156.99 0.84 0.83
Hex AF F8 DC 1D 0 B 3 9D 54 53
Octal 257 370 334 35 0 13 3 235 124 123
Binary 10101111 11111000 11011100 11101 0 1011 11 10011101 1010100 1010011

Color Harmonies of #AFF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8DC

Black with #AFF8DC

Text Example


Text Example

White with #AFF8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8DC; }

 p { color: rgb(175,248,220); }

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

background-color css

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

 a { background-color: rgb(175,248,220); }

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

border-color css

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

 span { border-color: rgb(175,248,220); }

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