Html Css Color HEX #AFECD1 Magic Mint

📋 copy color: '#AFECD1'

red 175 ◦ green 236 ◦ blue 209

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

Shades of Magic Mint #AFECD1

Tints of Magic Mint #AFECD1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.06%

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

R = 28.23%
G = 38.06%
B = 33.71%

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

#AFECD1 (or 0xAFECD1) is known color: Magic Mint. HEX triplet: AF, EC and D1. RGB value is (175,236,209). Sum of RGB (Red+Green+Blue) = 175+236+209=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD1 is #50132E. Grayscale: #D6D6D6. Windows color (decimal): -5247791 or 13757615. OLE color: 13757615.

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

Color convert

RGB 175 236 209 -
CMYK 0.26 0 0.11 0.07
HSL 153.44º 0.62% 0.81% -
HSV(B) 153.44º 0.26% 0.93% -
XYZ 59.18 73.71 71.43 -
YUV 214.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 175 236 209 0.26 0 0.11 0.07 153.44 0.62 0.81
Hex AF EC D1 1A 0 B 7 99 3E 51
Octal 257 354 321 32 0 13 7 231 76 121
Binary 10101111 11101100 11010001 11010 0 1011 111 10011001 111110 1010001

Color Harmonies of #AFECD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECD1

Black with #AFECD1

Text Example


Text Example

White with #AFECD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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