Html Css Color HEX #AFEDC8 Magic Mint

📋 copy color: '#AFEDC8'

red 175 ◦ green 237 ◦ blue 200

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

Shades of Magic Mint #AFEDC8

Tints of Magic Mint #AFEDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.68%

R = 28.59%
G = 38.73%
B = 32.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#AFEDC8 (or 0xAFEDC8) is known color: Magic Mint. HEX triplet: AF, ED and C8. RGB value is (175,237,200). Sum of RGB (Red+Green+Blue) = 175+237+200=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDC8 is #501237. Grayscale: #D6D6D6. Windows color (decimal): -5247544 or 13168047. OLE color: 13168047.

HSL color Cylindrical-coordinate representation of color #AFEDC8: hue angle of 144.19º 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 #AFEDC8 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 200 -
CMYK 0.26 0 0.16 0.07
HSL 144.19º 0.63% 0.81% -
HSV(B) 144.19º 0.26% 0.93% -
XYZ 58.39 73.85 65.82 -
YUV 214.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 175 237 200 0.26 0 0.16 0.07 144.19 0.63 0.81
Hex AF ED C8 1A 0 10 7 90 3F 51
Octal 257 355 310 32 0 20 7 220 77 121
Binary 10101111 11101101 11001000 11010 0 10000 111 10010000 111111 1010001

Color Harmonies of #AFEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDC8

Black with #AFEDC8

Text Example


Text Example

White with #AFEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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