Html Css Color HEX #AFFDC4 Magic Mint

📋 copy color: '#AFFDC4'

red 175 ◦ green 253 ◦ blue 196

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

Shades of Magic Mint #AFFDC4

Tints of Magic Mint #AFFDC4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.54%

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

R = 28.04%
G = 40.54%
B = 31.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#AFFDC4 (or 0xAFFDC4) is known color: Magic Mint. HEX triplet: AF, FD and C4. RGB value is (175,253,196). Sum of RGB (Red+Green+Blue) = 175+253+196=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDC4 is #50023B. Grayscale: #DFDFDF. Windows color (decimal): -5243452 or 12909999. OLE color: 12909999.

HSL color Cylindrical-coordinate representation of color #AFFDC4: hue angle of 136.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDC4 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 196 -
CMYK 0.31 0 0.23 0.01
HSL 136.15º 0.95% 0.84% -
HSV(B) 136.15º 0.31% 0.99% -
XYZ 62.77 83.35 65 -
YUV 223.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 175 253 196 0.31 0 0.23 0.01 136.15 0.95 0.84
Hex AF FD C4 1F 0 17 1 88 5F 54
Octal 257 375 304 37 0 27 1 210 137 124
Binary 10101111 11111101 11000100 11111 0 10111 1 10001000 1011111 1010100

Color Harmonies of #AFFDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDC4

Black with #AFFDC4

Text Example


Text Example

White with #AFFDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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