Html Css Color HEX #AFFFC7 Magic Mint

📋 copy color: '#AFFFC7'

red 175 ◦ green 255 ◦ blue 199

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

Shades of Magic Mint #AFFFC7

Tints of Magic Mint #AFFFC7

RGB

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

 GREEN value IS 255 (100% from 255) = 40.54%

 BLUE value IS 199 (78.13% from 255) = 31.64%

R = 27.82%
G = 40.54%
B = 31.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#AFFFC7 (or 0xAFFFC7) is known color: Magic Mint. HEX triplet: AF, FF and C7. RGB value is (175,255,199). Sum of RGB (Red+Green+Blue) = 175+255+199=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC7 is #500038. Grayscale: #E0E0E0. Windows color (decimal): -5242937 or 13107119. OLE color: 13107119.

HSL color Cylindrical-coordinate representation of color #AFFFC7: hue angle of 138º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFC7 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 199 -
CMYK 0.31 0 0.22 0
HSL 138º 1% 0.84% -
HSV(B) 138º 0.31% 1% -
XYZ 63.75 84.76 67.03 -
YUV 224.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 175 255 199 0.31 0 0.22 0 138 1 0.84
Hex AF FF C7 1F 0 16 0 8A 64 54
Octal 257 377 307 37 0 26 0 212 144 124
Binary 10101111 11111111 11000111 11111 0 10110 0 10001010 1100100 1010100

Color Harmonies of #AFFFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFC7

Black with #AFFFC7

Text Example


Text Example

White with #AFFFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFC7; }

 p { color: rgb(175,255,199); }

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

background-color css

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

 a { background-color: rgb(175,255,199); }

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

border-color css

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

 span { border-color: rgb(175,255,199); }

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