Html Css Color HEX #AFEAD1 Magic Mint

📋 copy color: '#AFEAD1'

red 175 ◦ green 234 ◦ blue 209

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

Shades of Magic Mint #AFEAD1

Tints of Magic Mint #AFEAD1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.86%

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

R = 28.32%
G = 37.86%
B = 33.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#AFEAD1 (or 0xAFEAD1) is known color: Magic Mint. HEX triplet: AF, EA and D1. RGB value is (175,234,209). Sum of RGB (Red+Green+Blue) = 175+234+209=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAD1 is #50152E. Grayscale: #D5D5D5. Windows color (decimal): -5248303 or 13757103. OLE color: 13757103.

HSL color Cylindrical-coordinate representation of color #AFEAD1: hue angle of 154.58º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAD1 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 209 -
CMYK 0.25 0 0.11 0.08
HSL 154.58º 0.58% 0.8% -
HSV(B) 154.58º 0.25% 0.92% -
XYZ 58.61 72.56 71.24 -
YUV 213.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 175 234 209 0.25 0 0.11 0.08 154.58 0.58 0.8
Hex AF EA D1 19 0 B 8 9B 3A 50
Octal 257 352 321 31 0 13 10 233 72 120
Binary 10101111 11101010 11010001 11001 0 1011 1000 10011011 111010 1010000

Color Harmonies of #AFEAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAD1

Black with #AFEAD1

Text Example


Text Example

White with #AFEAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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