Html Css Color HEX #AFEFD1 Magic Mint

📋 copy color: '#AFEFD1'

red 175 ◦ green 239 ◦ blue 209

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

Shades of Magic Mint #AFEFD1

Tints of Magic Mint #AFEFD1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.36%

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

R = 28.09%
G = 38.36%
B = 33.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#AFEFD1 (or 0xAFEFD1) is known color: Magic Mint. HEX triplet: AF, EF and D1. RGB value is (175,239,209). Sum of RGB (Red+Green+Blue) = 175+239+209=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFD1 is #50102E. Grayscale: #D8D8D8. Windows color (decimal): -5247023 or 13758383. OLE color: 13758383.

HSL color Cylindrical-coordinate representation of color #AFEFD1: hue angle of 151.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFD1 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 209 -
CMYK 0.27 0 0.13 0.06
HSL 151.88º 0.67% 0.81% -
HSV(B) 151.88º 0.27% 0.94% -
XYZ 60.05 75.45 71.72 -
YUV 216.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 175 239 209 0.27 0 0.13 0.06 151.88 0.67 0.81
Hex AF EF D1 1B 0 D 6 98 43 51
Octal 257 357 321 33 0 15 6 230 103 121
Binary 10101111 11101111 11010001 11011 0 1101 110 10011000 1000011 1010001

Color Harmonies of #AFEFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFD1

Black with #AFEFD1

Text Example


Text Example

White with #AFEFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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