Html Css Color HEX #AFF1C6 Magic Mint

📋 copy color: '#AFF1C6'

red 175 ◦ green 241 ◦ blue 198

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

Shades of Magic Mint #AFF1C6

Tints of Magic Mint #AFF1C6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.25%

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

R = 28.5%
G = 39.25%
B = 32.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#AFF1C6 (or 0xAFF1C6) is known color: Magic Mint. HEX triplet: AF, F1 and C6. RGB value is (175,241,198). Sum of RGB (Red+Green+Blue) = 175+241+198=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1C6 is #500E39. Grayscale: #D8D8D8. Windows color (decimal): -5246522 or 13037999. OLE color: 13037999.

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

Color convert

RGB 175 241 198 -
CMYK 0.27 0 0.18 0.05
HSL 140.91º 0.7% 0.82% -
HSV(B) 140.91º 0.27% 0.95% -
XYZ 59.33 76.1 64.99 -
YUV 216.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 175 241 198 0.27 0 0.18 0.05 140.91 0.7 0.82
Hex AF F1 C6 1B 0 12 5 8D 46 52
Octal 257 361 306 33 0 22 5 215 106 122
Binary 10101111 11110001 11000110 11011 0 10010 101 10001101 1000110 1010010

Color Harmonies of #AFF1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1C6

Black with #AFF1C6

Text Example


Text Example

White with #AFF1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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