Html Css Color HEX #AFFFC8 Magic Mint

📋 copy color: '#AFFFC8'

red 175 ◦ green 255 ◦ blue 200

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

Shades of Magic Mint #AFFFC8

Tints of Magic Mint #AFFFC8

RGB

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

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

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

R = 27.78%
G = 40.48%
B = 31.75%

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

#AFFFC8 (or 0xAFFFC8) is known color: Magic Mint. HEX triplet: AF, FF and C8. RGB value is (175,255,200). Sum of RGB (Red+Green+Blue) = 175+255+200=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC8 is #500037. Grayscale: #E0E0E0. Windows color (decimal): -5242936 or 13172655. OLE color: 13172655.

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

Color convert

RGB 175 255 200 -
CMYK 0.31 0 0.22 0
HSL 138.75º 1% 0.84% -
HSV(B) 138.75º 0.31% 1% -
XYZ 63.86 84.8 67.65 -
YUV 224.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 175 255 200 0.31 0 0.22 0 138.75 1 0.84
Hex AF FF C8 1F 0 16 0 8B 64 54
Octal 257 377 310 37 0 26 0 213 144 124
Binary 10101111 11111111 11001000 11111 0 10110 0 10001011 1100100 1010100

Color Harmonies of #AFFFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFC8

Black with #AFFFC8

Text Example


Text Example

White with #AFFFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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