Html Css Color HEX #AFFFDE Magic Mint

📋 copy color: '#AFFFDE'

red 175 ◦ green 255 ◦ blue 222

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

Shades of Magic Mint #AFFFDE

Tints of Magic Mint #AFFFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.05%

R = 26.84%
G = 39.11%
B = 34.05%

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

#AFFFDE (or 0xAFFFDE) is known color: Magic Mint. HEX triplet: AF, FF and DE. RGB value is (175,255,222). Sum of RGB (Red+Green+Blue) = 175+255+222=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFDE is #500021. Grayscale: #E3E3E3. Windows color (decimal): -5242914 or 14614447. OLE color: 14614447.

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

Color convert

RGB 175 255 222 -
CMYK 0.31 0 0.13 0
HSL 155.25º 1% 0.84% -
HSV(B) 155.25º 0.31% 1% -
XYZ 66.62 85.91 82.18 -
YUV 227.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 175 255 222 0.31 0 0.13 0 155.25 1 0.84
Hex AF FF DE 1F 0 D 0 9B 64 54
Octal 257 377 336 37 0 15 0 233 144 124
Binary 10101111 11111111 11011110 11111 0 1101 0 10011011 1100100 1010100

Color Harmonies of #AFFFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFDE

Black with #AFFFDE

Text Example


Text Example

White with #AFFFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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