Html Css Color HEX #AFFDC8 Magic Mint

📋 copy color: '#AFFDC8'

red 175 ◦ green 253 ◦ blue 200

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

Shades of Magic Mint #AFFDC8

Tints of Magic Mint #AFFDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.85%

R = 27.87%
G = 40.29%
B = 31.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#AFFDC8 (or 0xAFFDC8) is known color: Magic Mint. HEX triplet: AF, FD and C8. RGB value is (175,253,200). Sum of RGB (Red+Green+Blue) = 175+253+200=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDC8 is #500237. Grayscale: #DFDFDF. Windows color (decimal): -5243448 or 13172143. OLE color: 13172143.

HSL color Cylindrical-coordinate representation of color #AFFDC8: hue angle of 139.23º 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 #AFFDC8 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 200 -
CMYK 0.31 0 0.21 0.01
HSL 139.23º 0.95% 0.84% -
HSV(B) 139.23º 0.31% 0.99% -
XYZ 63.23 83.53 67.43 -
YUV 223.64 114.66 93.31 -
System Red Green Blue C M Y K H S L
Decimal 175 253 200 0.31 0 0.21 0.01 139.23 0.95 0.84
Hex AF FD C8 1F 0 15 1 8B 5F 54
Octal 257 375 310 37 0 25 1 213 137 124
Binary 10101111 11111101 11001000 11111 0 10101 1 10001011 1011111 1010100

Color Harmonies of #AFFDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDC8

Black with #AFFDC8

Text Example


Text Example

White with #AFFDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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