Html Css Color HEX #AFF9DC Magic Mint

📋 copy color: '#AFF9DC'

red 175 ◦ green 249 ◦ blue 220

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

Shades of Magic Mint #AFF9DC

Tints of Magic Mint #AFF9DC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.66%

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

R = 27.17%
G = 38.66%
B = 34.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#AFF9DC (or 0xAFF9DC) is known color: Magic Mint. HEX triplet: AF, F9 and DC. RGB value is (175,249,220). Sum of RGB (Red+Green+Blue) = 175+249+220=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9DC is #500623. Grayscale: #DFDFDF. Windows color (decimal): -5244452 or 14481839. OLE color: 14481839.

HSL color Cylindrical-coordinate representation of color #AFF9DC: hue angle of 156.49º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9DC is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 220 -
CMYK 0.30 0 0.12 0.02
HSL 156.49º 0.86% 0.83% -
HSV(B) 156.49º 0.3% 0.98% -
XYZ 64.47 82.03 80.15 -
YUV 223.57 125.98 93.36 -
System Red Green Blue C M Y K H S L
Decimal 175 249 220 0.30 0 0.12 0.02 156.49 0.86 0.83
Hex AF F9 DC 1E 0 C 2 9C 56 53
Octal 257 371 334 36 0 14 2 234 126 123
Binary 10101111 11111001 11011100 11110 0 1100 10 10011100 1010110 1010011

Color Harmonies of #AFF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9DC

Black with #AFF9DC

Text Example


Text Example

White with #AFF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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