Html Css Color HEX #AFEDC9 Magic Mint

📋 copy color: '#AFEDC9'

red 175 ◦ green 237 ◦ blue 201

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

Shades of Magic Mint #AFEDC9

Tints of Magic Mint #AFEDC9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.66%

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

R = 28.55%
G = 38.66%
B = 32.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#AFEDC9 (or 0xAFEDC9) is known color: Magic Mint. HEX triplet: AF, ED and C9. RGB value is (175,237,201). Sum of RGB (Red+Green+Blue) = 175+237+201=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDC9 is #501236. Grayscale: #D6D6D6. Windows color (decimal): -5247543 or 13233583. OLE color: 13233583.

HSL color Cylindrical-coordinate representation of color #AFEDC9: hue angle of 145.16º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDC9 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 201 -
CMYK 0.26 0 0.15 0.07
HSL 145.16º 0.63% 0.81% -
HSV(B) 145.16º 0.26% 0.93% -
XYZ 58.51 73.9 66.44 -
YUV 214.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 175 237 201 0.26 0 0.15 0.07 145.16 0.63 0.81
Hex AF ED C9 1A 0 F 7 91 3F 51
Octal 257 355 311 32 0 17 7 221 77 121
Binary 10101111 11101101 11001001 11010 0 1111 111 10010001 111111 1010001

Color Harmonies of #AFEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDC9

Black with #AFEDC9

Text Example


Text Example

White with #AFEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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