Html Css Color HEX #AFFAC8 Magic Mint

📋 copy color: '#AFFAC8'

red 175 ◦ green 250 ◦ blue 200

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

Shades of Magic Mint #AFFAC8

Tints of Magic Mint #AFFAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32%

R = 28%
G = 40%
B = 32%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#AFFAC8 (or 0xAFFAC8) is known color: Magic Mint. HEX triplet: AF, FA and C8. RGB value is (175,250,200). Sum of RGB (Red+Green+Blue) = 175+250+200=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAC8 is #500537. Grayscale: #DEDEDE. Windows color (decimal): -5244216 or 13171375. OLE color: 13171375.

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

Color convert

RGB 175 250 200 -
CMYK 0.3 0 0.2 0.02
HSL 140º 0.88% 0.83% -
HSV(B) 140º 0.3% 0.98% -
XYZ 62.29 81.66 67.12 -
YUV 221.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 175 250 200 0.3 0 0.2 0.02 140 0.88 0.83
Hex AF FA C8 1E 0 14 2 8C 58 53
Octal 257 372 310 36 0 24 2 214 130 123
Binary 10101111 11111010 11001000 11110 0 10100 10 10001100 1011000 1010011

Color Harmonies of #AFFAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAC8

Black with #AFFAC8

Text Example


Text Example

White with #AFFAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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