Html Css Color HEX #AFF9C6 Magic Mint

📋 copy color: '#AFF9C6'

red 175 ◦ green 249 ◦ blue 198

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

Shades of Magic Mint #AFF9C6

Tints of Magic Mint #AFF9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.83%

R = 28.14%
G = 40.03%
B = 31.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#AFF9C6 (or 0xAFF9C6) is known color: Magic Mint. HEX triplet: AF, F9 and C6. RGB value is (175,249,198). Sum of RGB (Red+Green+Blue) = 175+249+198=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9C6 is #500639. Grayscale: #DDDDDD. Windows color (decimal): -5244474 or 13040047. OLE color: 13040047.

HSL color Cylindrical-coordinate representation of color #AFF9C6: hue angle of 138.65º 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 #AFF9C6 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 198 -
CMYK 0.30 0 0.20 0.02
HSL 138.65º 0.86% 0.83% -
HSV(B) 138.65º 0.3% 0.98% -
XYZ 61.75 80.94 65.8 -
YUV 221.06 114.98 95.15 -
System Red Green Blue C M Y K H S L
Decimal 175 249 198 0.30 0 0.20 0.02 138.65 0.86 0.83
Hex AF F9 C6 1E 0 14 2 8B 56 53
Octal 257 371 306 36 0 24 2 213 126 123
Binary 10101111 11111001 11000110 11110 0 10100 10 10001011 1010110 1010011

Color Harmonies of #AFF9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9C6

Black with #AFF9C6

Text Example


Text Example

White with #AFF9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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