#AFEDD6

Color #AFEDD6 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AFEDD6

Tints of Magic Mint #AFEDD6

Color information

#AFEDD6 (or 0xAFEDD6) is unknown color: approx Magic Mint. HEX triplet: AF, ED and D6. RGB value is (175,237,214). Sum of RGB (Red+Green+Blue) = 175+237+214=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDD6 is #501229. Grayscale: #D7D7D7. Windows color (decimal): -5247530 or 14085551. OLE color: 14085551.

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

Color convert

RGB175237214-
CMYK0.2600.100.07
HSL157.74º63.27%80.78%-
HSV(B)157.74º26.16%92.94%-
XYZ60.174.5474.84-
YUV215.84126.9698.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 214 (83.98% from 255) = 34.19%
R=27.96%
G=37.86%
B=34.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752372140.2600.100.07157.7463.2780.78
HexAFEDD61A0A79e3f51
Octal25735532632012723677121
Binary1010111111101101110101101101001010111100111101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDD6; }

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

 H1.HeaderClassName
 {
   color: #AFEDD6;
 }
 .AnyTagClassName
 {
   color: #AFEDD6;
 }
</style>
background-color css

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

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

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

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

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

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