Html Css Color HEX #AFFFC6 Magic Mint

📋 copy color: '#AFFFC6'

red 175 ◦ green 255 ◦ blue 198

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

Shades of Magic Mint #AFFFC6

Tints of Magic Mint #AFFFC6

RGB

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

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

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

R = 27.87%
G = 40.61%
B = 31.53%

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

#AFFFC6 (or 0xAFFFC6) is known color: Magic Mint. HEX triplet: AF, FF and C6. RGB value is (175,255,198). Sum of RGB (Red+Green+Blue) = 175+255+198=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC6 is #500039. Grayscale: #E0E0E0. Windows color (decimal): -5242938 or 13041583. OLE color: 13041583.

HSL color Cylindrical-coordinate representation of color #AFFFC6: hue angle of 137.25º 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 #AFFFC6 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 198 -
CMYK 0.31 0 0.22 0
HSL 137.25º 1% 0.84% -
HSV(B) 137.25º 0.31% 1% -
XYZ 63.63 84.71 66.42 -
YUV 224.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 175 255 198 0.31 0 0.22 0 137.25 1 0.84
Hex AF FF C6 1F 0 16 0 89 64 54
Octal 257 377 306 37 0 26 0 211 144 124
Binary 10101111 11111111 11000110 11111 0 10110 0 10001001 1100100 1010100

Color Harmonies of #AFFFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFC6

Black with #AFFFC6

Text Example


Text Example

White with #AFFFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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