Html Css Color HEX #AFDDC4 Magic Mint

📋 copy color: '#AFDDC4'

red 175 ◦ green 221 ◦ blue 196

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

Shades of Magic Mint #AFDDC4

Tints of Magic Mint #AFDDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.33%

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

R = 29.56%
G = 37.33%
B = 33.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#AFDDC4 (or 0xAFDDC4) is known color: Magic Mint. HEX triplet: AF, DD and C4. RGB value is (175,221,196). Sum of RGB (Red+Green+Blue) = 175+221+196=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDC4 is #50223B. Grayscale: #CCCCCC. Windows color (decimal): -5251644 or 12901807. OLE color: 12901807.

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

Color convert

RGB 175 221 196 -
CMYK 0.21 0 0.11 0.13
HSL 147.39º 0.4% 0.78% -
HSV(B) 147.39º 0.21% 0.87% -
XYZ 53.5 64.81 61.91 -
YUV 204.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 175 221 196 0.21 0 0.11 0.13 147.39 0.4 0.78
Hex AF DD C4 15 0 B D 93 28 4E
Octal 257 335 304 25 0 13 15 223 50 116
Binary 10101111 11011101 11000100 10101 0 1011 1101 10010011 101000 1001110

Color Harmonies of #AFDDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDDC4

Black with #AFDDC4

Text Example


Text Example

White with #AFDDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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