Html Css Color HEX #AFF9C5 Magic Mint

📋 copy color: '#AFF9C5'

red 175 ◦ green 249 ◦ blue 197

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

Shades of Magic Mint #AFF9C5

Tints of Magic Mint #AFF9C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.72%

R = 28.18%
G = 40.1%
B = 31.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#AFF9C5 (or 0xAFF9C5) is known color: Magic Mint. HEX triplet: AF, F9 and C5. RGB value is (175,249,197). Sum of RGB (Red+Green+Blue) = 175+249+197=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9C5 is #50063A. Grayscale: #DDDDDD. Windows color (decimal): -5244475 or 12974511. OLE color: 12974511.

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

Color convert

RGB 175 249 197 -
CMYK 0.30 0 0.21 0.02
HSL 137.84º 0.86% 0.83% -
HSV(B) 137.84º 0.3% 0.98% -
XYZ 61.63 80.9 65.19 -
YUV 220.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 175 249 197 0.30 0 0.21 0.02 137.84 0.86 0.83
Hex AF F9 C5 1E 0 15 2 8A 56 53
Octal 257 371 305 36 0 25 2 212 126 123
Binary 10101111 11111001 11000101 11110 0 10101 10 10001010 1010110 1010011

Color Harmonies of #AFF9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9C5

Black with #AFF9C5

Text Example


Text Example

White with #AFF9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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