Html Css Color HEX #AFEDD3 Magic Mint

📋 copy color: '#AFEDD3'

red 175 ◦ green 237 ◦ blue 211

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

Shades of Magic Mint #AFEDD3

Tints of Magic Mint #AFEDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.87%

R = 28.09%
G = 38.04%
B = 33.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#AFEDD3 (or 0xAFEDD3) is known color: Magic Mint. HEX triplet: AF, ED and D3. RGB value is (175,237,211). Sum of RGB (Red+Green+Blue) = 175+237+211=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDD3 is #50122C. Grayscale: #D7D7D7. Windows color (decimal): -5247533 or 13888943. OLE color: 13888943.

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

Color convert

RGB 175 237 211 -
CMYK 0.26 0 0.11 0.07
HSL 154.84º 0.63% 0.81% -
HSV(B) 154.84º 0.26% 0.93% -
XYZ 59.72 74.39 72.84 -
YUV 215.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 175 237 211 0.26 0 0.11 0.07 154.84 0.63 0.81
Hex AF ED D3 1A 0 B 7 9B 3F 51
Octal 257 355 323 32 0 13 7 233 77 121
Binary 10101111 11101101 11010011 11010 0 1011 111 10011011 111111 1010001

Color Harmonies of #AFEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDD3

Black with #AFEDD3

Text Example


Text Example

White with #AFEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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