Html Css Color HEX #AFFFD6 Magic Mint

📋 copy color: '#AFFFD6'

red 175 ◦ green 255 ◦ blue 214

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

Shades of Magic Mint #AFFFD6

Tints of Magic Mint #AFFFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.23%

R = 27.17%
G = 39.6%
B = 33.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#AFFFD6 (or 0xAFFFD6) is known color: Magic Mint. HEX triplet: AF, FF and D6. RGB value is (175,255,214). Sum of RGB (Red+Green+Blue) = 175+255+214=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD6 is #500029. Grayscale: #E2E2E2. Windows color (decimal): -5242922 or 14090159. OLE color: 14090159.

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

Color convert

RGB 175 255 214 -
CMYK 0.31 0 0.16 0
HSL 149.25º 1% 0.84% -
HSV(B) 149.25º 0.31% 1% -
XYZ 65.58 85.49 76.66 -
YUV 226.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 175 255 214 0.31 0 0.16 0 149.25 1 0.84
Hex AF FF D6 1F 0 10 0 95 64 54
Octal 257 377 326 37 0 20 0 225 144 124
Binary 10101111 11111111 11010110 11111 0 10000 0 10010101 1100100 1010100

Color Harmonies of #AFFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFD6

Black with #AFFFD6

Text Example


Text Example

White with #AFFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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