Html Css Color HEX #AFEAC9 Magic Mint

📋 copy color: '#AFEAC9'

red 175 ◦ green 234 ◦ blue 201

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

Shades of Magic Mint #AFEAC9

Tints of Magic Mint #AFEAC9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.36%

 BLUE value IS 201 (78.91% from 255) = 32.95%

R = 28.69%
G = 38.36%
B = 32.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#AFEAC9 (or 0xAFEAC9) is known color: Magic Mint. HEX triplet: AF, EA and C9. RGB value is (175,234,201). Sum of RGB (Red+Green+Blue) = 175+234+201=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAC9 is #501536. Grayscale: #D4D4D4. Windows color (decimal): -5248311 or 13232815. OLE color: 13232815.

HSL color Cylindrical-coordinate representation of color #AFEAC9: hue angle of 146.44º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAC9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 201 -
CMYK 0.25 0 0.14 0.08
HSL 146.44º 0.58% 0.8% -
HSV(B) 146.44º 0.25% 0.92% -
XYZ 57.64 72.18 66.15 -
YUV 212.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 175 234 201 0.25 0 0.14 0.08 146.44 0.58 0.8
Hex AF EA C9 19 0 E 8 92 3A 50
Octal 257 352 311 31 0 16 10 222 72 120
Binary 10101111 11101010 11001001 11001 0 1110 1000 10010010 111010 1010000

Color Harmonies of #AFEAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAC9

Black with #AFEAC9

Text Example


Text Example

White with #AFEAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAC9; }

 p { color: rgb(175,234,201); }

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

background-color css

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

 a { background-color: rgb(175,234,201); }

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

border-color css

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

 span { border-color: rgb(175,234,201); }

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