Html Css Color HEX #AFF0D8 Magic Mint

📋 copy color: '#AFF0D8'

red 175 ◦ green 240 ◦ blue 216

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

Shades of Magic Mint #AFF0D8

Tints of Magic Mint #AFF0D8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.03%

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

R = 27.73%
G = 38.03%
B = 34.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#AFF0D8 (or 0xAFF0D8) is known color: Magic Mint. HEX triplet: AF, F0 and D8. RGB value is (175,240,216). Sum of RGB (Red+Green+Blue) = 175+240+216=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 216 (84.77% from 255 or 34.23% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0D8 is #500F27. Grayscale: #D9D9D9. Windows color (decimal): -5246760 or 14217391. OLE color: 14217391.

HSL color Cylindrical-coordinate representation of color #AFF0D8: hue angle of 157.85º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0D8 is Cyan = 0.27, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 216 -
CMYK 0.27 0 0.1 0.06
HSL 157.85º 0.68% 0.81% -
HSV(B) 157.85º 0.27% 0.94% -
XYZ 61.23 76.39 76.48 -
YUV 217.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 175 240 216 0.27 0 0.1 0.06 157.85 0.68 0.81
Hex AF F0 D8 1B 0 A 6 9E 44 51
Octal 257 360 330 33 0 12 6 236 104 121
Binary 10101111 11110000 11011000 11011 0 1010 110 10011110 1000100 1010001

Color Harmonies of #AFF0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0D8

Black with #AFF0D8

Text Example


Text Example

White with #AFF0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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