Html Css Color HEX #AFEDCD Magic Mint

📋 copy color: '#AFEDCD'

red 175 ◦ green 237 ◦ blue 205

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

Shades of Magic Mint #AFEDCD

Tints of Magic Mint #AFEDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.23%

R = 28.36%
G = 38.41%
B = 33.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#AFEDCD (or 0xAFEDCD) is known color: Magic Mint. HEX triplet: AF, ED and CD. RGB value is (175,237,205). Sum of RGB (Red+Green+Blue) = 175+237+205=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDCD is #501232. Grayscale: #D6D6D6. Windows color (decimal): -5247539 or 13495727. OLE color: 13495727.

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

Color convert

RGB 175 237 205 -
CMYK 0.26 0 0.14 0.07
HSL 149.03º 0.63% 0.81% -
HSV(B) 149.03º 0.26% 0.93% -
XYZ 58.98 74.09 68.95 -
YUV 214.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 175 237 205 0.26 0 0.14 0.07 149.03 0.63 0.81
Hex AF ED CD 1A 0 E 7 95 3F 51
Octal 257 355 315 32 0 16 7 225 77 121
Binary 10101111 11101101 11001101 11010 0 1110 111 10010101 111111 1010001

Color Harmonies of #AFEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDCD

Black with #AFEDCD

Text Example


Text Example

White with #AFEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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