Html Css Color HEX #AFF2C5 Magic Mint

📋 copy color: '#AFF2C5'

red 175 ◦ green 242 ◦ blue 197

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

Shades of Magic Mint #AFF2C5

Tints of Magic Mint #AFF2C5

RGB

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

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

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

R = 28.5%
G = 39.41%
B = 32.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#AFF2C5 (or 0xAFF2C5) is known color: Magic Mint. HEX triplet: AF, F2 and C5. RGB value is (175,242,197). Sum of RGB (Red+Green+Blue) = 175+242+197=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2C5 is #500D3A. Grayscale: #D8D8D8. Windows color (decimal): -5246267 or 12972719. OLE color: 12972719.

HSL color Cylindrical-coordinate representation of color #AFF2C5: hue angle of 139.7º 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 #AFF2C5 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 197 -
CMYK 0.28 0 0.19 0.05
HSL 139.7º 0.72% 0.82% -
HSV(B) 139.7º 0.28% 0.95% -
XYZ 59.51 76.65 64.48 -
YUV 216.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 175 242 197 0.28 0 0.19 0.05 139.7 0.72 0.82
Hex AF F2 C5 1C 0 13 5 8C 48 52
Octal 257 362 305 34 0 23 5 214 110 122
Binary 10101111 11110010 11000101 11100 0 10011 101 10001100 1001000 1010010

Color Harmonies of #AFF2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2C5

Black with #AFF2C5

Text Example


Text Example

White with #AFF2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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