Html Css Color HEX #AFFADE Magic Mint

📋 copy color: '#AFFADE'

red 175 ◦ green 250 ◦ blue 222

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

Shades of Magic Mint #AFFADE

Tints of Magic Mint #AFFADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.64%

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

R = 27.05%
G = 38.64%
B = 34.31%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#AFFADE (or 0xAFFADE) is known color: Magic Mint. HEX triplet: AF, FA and DE. RGB value is (175,250,222). Sum of RGB (Red+Green+Blue) = 175+250+222=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFADE is #500521. Grayscale: #E0E0E0. Windows color (decimal): -5244194 or 14613167. OLE color: 14613167.

HSL color Cylindrical-coordinate representation of color #AFFADE: hue angle of 157.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFADE is Cyan = 0.3, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 222 -
CMYK 0.3 0 0.11 0.02
HSL 157.6º 0.88% 0.83% -
HSV(B) 157.6º 0.3% 0.98% -
XYZ 65.05 82.76 81.65 -
YUV 224.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 175 250 222 0.3 0 0.11 0.02 157.6 0.88 0.83
Hex AF FA DE 1E 0 B 2 9E 58 53
Octal 257 372 336 36 0 13 2 236 130 123
Binary 10101111 11111010 11011110 11110 0 1011 10 10011110 1011000 1010011

Color Harmonies of #AFFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFADE

Black with #AFFADE

Text Example


Text Example

White with #AFFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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