Html Css Color HEX #AFFAC6 Magic Mint

📋 copy color: '#AFFAC6'

red 175 ◦ green 250 ◦ blue 198

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

Shades of Magic Mint #AFFAC6

Tints of Magic Mint #AFFAC6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.13%

 BLUE value IS 198 (77.73% from 255) = 31.78%

R = 28.09%
G = 40.13%
B = 31.78%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#AFFAC6 (or 0xAFFAC6) is known color: Magic Mint. HEX triplet: AF, FA and C6. RGB value is (175,250,198). Sum of RGB (Red+Green+Blue) = 175+250+198=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC6 is #500539. Grayscale: #DDDDDD. Windows color (decimal): -5244218 or 13040303. OLE color: 13040303.

HSL color Cylindrical-coordinate representation of color #AFFAC6: hue angle of 138.4º degrees, saturation: 0.88, 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 #AFFAC6 is Cyan = 0.3, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 198 -
CMYK 0.3 0 0.21 0.02
HSL 138.4º 0.88% 0.83% -
HSV(B) 138.4º 0.3% 0.98% -
XYZ 62.06 81.56 65.9 -
YUV 221.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 175 250 198 0.3 0 0.21 0.02 138.4 0.88 0.83
Hex AF FA C6 1E 0 15 2 8A 58 53
Octal 257 372 306 36 0 25 2 212 130 123
Binary 10101111 11111010 11000110 11110 0 10101 10 10001010 1011000 1010011

Color Harmonies of #AFFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAC6

Black with #AFFAC6

Text Example


Text Example

White with #AFFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAC6; }

 p { color: rgb(175,250,198); }

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

background-color css

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

 a { background-color: rgb(175,250,198); }

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

border-color css

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

 span { border-color: rgb(175,250,198); }

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