Html Css Color HEX #AFFEC5 Magic Mint

📋 copy color: '#AFFEC5'

red 175 ◦ green 254 ◦ blue 197

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

Shades of Magic Mint #AFFEC5

Tints of Magic Mint #AFFEC5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.58%

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

R = 27.96%
G = 40.58%
B = 31.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#AFFEC5 (or 0xAFFEC5) is known color: Magic Mint. HEX triplet: AF, FE and C5. RGB value is (175,254,197). Sum of RGB (Red+Green+Blue) = 175+254+197=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEC5 is #50013A. Grayscale: #E0E0E0. Windows color (decimal): -5243195 or 12975791. OLE color: 12975791.

HSL color Cylindrical-coordinate representation of color #AFFEC5: hue angle of 136.71º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEC5 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 197 -
CMYK 0.31 0 0.22 0.00
HSL 136.71º 0.98% 0.84% -
HSV(B) 136.71º 0.31% 1% -
XYZ 63.2 84.03 65.71 -
YUV 223.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 175 254 197 0.31 0 0.22 0.00 136.71 0.98 0.84
Hex AF FE C5 1F 0 16 0 89 62 54
Octal 257 376 305 37 0 26 0 211 142 124
Binary 10101111 11111110 11000101 11111 0 10110 0 10001001 1100010 1010100

Color Harmonies of #AFFEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFEC5

Black with #AFFEC5

Text Example


Text Example

White with #AFFEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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