Html Css Color HEX #AFFFD8 Magic Mint

📋 copy color: '#AFFFD8'

red 175 ◦ green 255 ◦ blue 216

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

Shades of Magic Mint #AFFFD8

Tints of Magic Mint #AFFFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.44%

R = 27.09%
G = 39.47%
B = 33.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#AFFFD8 (or 0xAFFFD8) is known color: Magic Mint. HEX triplet: AF, FF and D8. RGB value is (175,255,216). Sum of RGB (Red+Green+Blue) = 175+255+216=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD8 is #500027. Grayscale: #E2E2E2. Windows color (decimal): -5242920 or 14221231. OLE color: 14221231.

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

Color convert

RGB 175 255 216 -
CMYK 0.31 0 0.15 0
HSL 150.75º 1% 0.84% -
HSV(B) 150.75º 0.31% 1% -
XYZ 65.83 85.59 78.02 -
YUV 226.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 175 255 216 0.31 0 0.15 0 150.75 1 0.84
Hex AF FF D8 1F 0 F 0 97 64 54
Octal 257 377 330 37 0 17 0 227 144 124
Binary 10101111 11111111 11011000 11111 0 1111 0 10010111 1100100 1010100

Color Harmonies of #AFFFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFD8

Black with #AFFFD8

Text Example


Text Example

White with #AFFFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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