Html Css Color HEX #AFF6DA Magic Mint

📋 copy color: '#AFF6DA'

red 175 ◦ green 246 ◦ blue 218

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

Shades of Magic Mint #AFF6DA

Tints of Magic Mint #AFF6DA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.5%

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 27.39%
G = 38.5%
B = 34.12%

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

#AFF6DA (or 0xAFF6DA) is known color: Magic Mint. HEX triplet: AF, F6 and DA. RGB value is (175,246,218). Sum of RGB (Red+Green+Blue) = 175+246+218=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6DA is #500925. Grayscale: #DDDDDD. Windows color (decimal): -5245222 or 14349999. OLE color: 14349999.

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

Color convert

RGB 175 246 218 -
CMYK 0.29 0 0.11 0.04
HSL 156.34º 0.8% 0.83% -
HSV(B) 156.34º 0.29% 0.96% -
XYZ 63.29 80.09 78.45 -
YUV 221.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 175 246 218 0.29 0 0.11 0.04 156.34 0.8 0.83
Hex AF F6 DA 1D 0 B 4 9C 50 53
Octal 257 366 332 35 0 13 4 234 120 123
Binary 10101111 11110110 11011010 11101 0 1011 100 10011100 1010000 1010011

Color Harmonies of #AFF6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6DA

Black with #AFF6DA

Text Example


Text Example

White with #AFF6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6DA; }

 p { color: rgb(175,246,218); }

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

background-color css

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

 a { background-color: rgb(175,246,218); }

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

border-color css

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

 span { border-color: rgb(175,246,218); }

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