Html Css Color HEX #AFDFC4 Magic Mint

📋 copy color: '#AFDFC4'

red 175 ◦ green 223 ◦ blue 196

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

Shades of Magic Mint #AFDFC4

Tints of Magic Mint #AFDFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33%

R = 29.46%
G = 37.54%
B = 33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#AFDFC4 (or 0xAFDFC4) is known color: Magic Mint. HEX triplet: AF, DF and C4. RGB value is (175,223,196). Sum of RGB (Red+Green+Blue) = 175+223+196=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFC4 is #50203B. Grayscale: #CDCDCD. Windows color (decimal): -5251132 or 12902319. OLE color: 12902319.

HSL color Cylindrical-coordinate representation of color #AFDFC4: hue angle of 146.25º 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 #AFDFC4 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 196 -
CMYK 0.22 0 0.12 0.13
HSL 146.25º 0.43% 0.78% -
HSV(B) 146.25º 0.22% 0.87% -
XYZ 54.03 65.87 62.09 -
YUV 205.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 175 223 196 0.22 0 0.12 0.13 146.25 0.43 0.78
Hex AF DF C4 16 0 C D 92 2B 4E
Octal 257 337 304 26 0 14 15 222 53 116
Binary 10101111 11011111 11000100 10110 0 1100 1101 10010010 101011 1001110

Color Harmonies of #AFDFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDFC4

Black with #AFDFC4

Text Example


Text Example

White with #AFDFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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