Html Css Color HEX #AFFFDF Magic Mint

📋 copy color: '#AFFFDF'

red 175 ◦ green 255 ◦ blue 223

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

Shades of Magic Mint #AFFFDF

Tints of Magic Mint #AFFFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 39.05%

 BLUE value IS 223 (87.5% from 255) = 34.15%

R = 26.8%
G = 39.05%
B = 34.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#AFFFDF (or 0xAFFFDF) is known color: Magic Mint. HEX triplet: AF, FF and DF. RGB value is (175,255,223). Sum of RGB (Red+Green+Blue) = 175+255+223=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFDF is #500020. Grayscale: #E3E3E3. Windows color (decimal): -5242913 or 14679983. OLE color: 14679983.

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

Color convert

RGB 175 255 223 -
CMYK 0.31 0 0.13 0
HSL 156º 1% 0.84% -
HSV(B) 156º 0.31% 1% -
XYZ 66.76 85.96 82.89 -
YUV 227.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 175 255 223 0.31 0 0.13 0 156 1 0.84
Hex AF FF DF 1F 0 D 0 9C 64 54
Octal 257 377 337 37 0 15 0 234 144 124
Binary 10101111 11111111 11011111 11111 0 1101 0 10011100 1100100 1010100

Color Harmonies of #AFFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFDF

Black with #AFFFDF

Text Example


Text Example

White with #AFFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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