Html Css Color HEX #AFEDD1 Magic Mint

📋 copy color: '#AFEDD1'

red 175 ◦ green 237 ◦ blue 209

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

Shades of Magic Mint #AFEDD1

Tints of Magic Mint #AFEDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.66%

R = 28.18%
G = 38.16%
B = 33.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#AFEDD1 (or 0xAFEDD1) is known color: Magic Mint. HEX triplet: AF, ED and D1. RGB value is (175,237,209). Sum of RGB (Red+Green+Blue) = 175+237+209=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDD1 is #50122E. Grayscale: #D7D7D7. Windows color (decimal): -5247535 or 13757871. OLE color: 13757871.

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

Color convert

RGB 175 237 209 -
CMYK 0.26 0 0.12 0.07
HSL 152.9º 0.63% 0.81% -
HSV(B) 152.9º 0.26% 0.93% -
XYZ 59.47 74.29 71.53 -
YUV 215.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 175 237 209 0.26 0 0.12 0.07 152.9 0.63 0.81
Hex AF ED D1 1A 0 C 7 99 3F 51
Octal 257 355 321 32 0 14 7 231 77 121
Binary 10101111 11101101 11010001 11010 0 1100 111 10011001 111111 1010001

Color Harmonies of #AFEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDD1

Black with #AFEDD1

Text Example


Text Example

White with #AFEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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