Html Css Color HEX #AFDFC7 Magic Mint

📋 copy color: '#AFDFC7'

red 175 ◦ green 223 ◦ blue 199

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

Shades of Magic Mint #AFDFC7

Tints of Magic Mint #AFDFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.35%

 BLUE value IS 199 (78.13% from 255) = 33.33%

R = 29.31%
G = 37.35%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#AFDFC7 (or 0xAFDFC7) is known color: Magic Mint. HEX triplet: AF, DF and C7. RGB value is (175,223,199). Sum of RGB (Red+Green+Blue) = 175+223+199=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFC7 is #502038. Grayscale: #CDCDCD. Windows color (decimal): -5251129 or 13098927. OLE color: 13098927.

HSL color Cylindrical-coordinate representation of color #AFDFC7: hue angle of 150º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFC7 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 199 -
CMYK 0.22 0 0.11 0.13
HSL 150º 0.43% 0.78% -
HSV(B) 150º 0.22% 0.87% -
XYZ 54.38 66.01 63.91 -
YUV 205.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 175 223 199 0.22 0 0.11 0.13 150 0.43 0.78
Hex AF DF C7 16 0 B D 96 2B 4E
Octal 257 337 307 26 0 13 15 226 53 116
Binary 10101111 11011111 11000111 10110 0 1011 1101 10010110 101011 1001110

Color Harmonies of #AFDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFC7

Black with #AFDFC7

Text Example


Text Example

White with #AFDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFC7; }

 p { color: rgb(175,223,199); }

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

background-color css

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

 a { background-color: rgb(175,223,199); }

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

border-color css

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

 span { border-color: rgb(175,223,199); }

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