Html Css Color HEX #AFF9D6 Magic Mint

📋 copy color: '#AFF9D6'

red 175 ◦ green 249 ◦ blue 214

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

Shades of Magic Mint #AFF9D6

Tints of Magic Mint #AFF9D6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.03%

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

R = 27.43%
G = 39.03%
B = 33.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#AFF9D6 (or 0xAFF9D6) is known color: Magic Mint. HEX triplet: AF, F9 and D6. RGB value is (175,249,214). Sum of RGB (Red+Green+Blue) = 175+249+214=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9D6 is #500629. Grayscale: #DEDEDE. Windows color (decimal): -5244458 or 14088623. OLE color: 14088623.

HSL color Cylindrical-coordinate representation of color #AFF9D6: hue angle of 151.62º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9D6 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 214 -
CMYK 0.30 0 0.14 0.02
HSL 151.62º 0.86% 0.83% -
HSV(B) 151.62º 0.3% 0.98% -
XYZ 63.69 81.72 76.03 -
YUV 222.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 175 249 214 0.30 0 0.14 0.02 151.62 0.86 0.83
Hex AF F9 D6 1E 0 E 2 98 56 53
Octal 257 371 326 36 0 16 2 230 126 123
Binary 10101111 11111001 11010110 11110 0 1110 10 10011000 1010110 1010011

Color Harmonies of #AFF9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9D6

Black with #AFF9D6

Text Example


Text Example

White with #AFF9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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