Html Css Color HEX #AFF2D8 Magic Mint

📋 copy color: '#AFF2D8'

red 175 ◦ green 242 ◦ blue 216

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

Shades of Magic Mint #AFF2D8

Tints of Magic Mint #AFF2D8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.23%

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

R = 27.65%
G = 38.23%
B = 34.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#AFF2D8 (or 0xAFF2D8) is known color: Magic Mint. HEX triplet: AF, F2 and D8. RGB value is (175,242,216). Sum of RGB (Red+Green+Blue) = 175+242+216=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2D8 is #500D27. Grayscale: #DBDBDB. Windows color (decimal): -5246248 or 14217903. OLE color: 14217903.

HSL color Cylindrical-coordinate representation of color #AFF2D8: hue angle of 156.72º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2D8 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 216 -
CMYK 0.28 0 0.11 0.05
HSL 156.72º 0.72% 0.82% -
HSV(B) 156.72º 0.28% 0.95% -
XYZ 61.83 77.58 76.68 -
YUV 219 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 175 242 216 0.28 0 0.11 0.05 156.72 0.72 0.82
Hex AF F2 D8 1C 0 B 5 9D 48 52
Octal 257 362 330 34 0 13 5 235 110 122
Binary 10101111 11110010 11011000 11100 0 1011 101 10011101 1001000 1010010

Color Harmonies of #AFF2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2D8

Black with #AFF2D8

Text Example


Text Example

White with #AFF2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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