Html Css Color HEX #AFFEE0 Magic Mint

📋 copy color: '#AFFEE0'

red 175 ◦ green 254 ◦ blue 224

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

Shades of Magic Mint #AFFEE0

Tints of Magic Mint #AFFEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.9%

 BLUE value IS 224 (87.89% from 255) = 34.3%

R = 26.8%
G = 38.9%
B = 34.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#AFFEE0 (or 0xAFFEE0) is known color: Magic Mint. HEX triplet: AF, FE and E0. RGB value is (175,254,224). Sum of RGB (Red+Green+Blue) = 175+254+224=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEE0 is #50011F. Grayscale: #E3E3E3. Windows color (decimal): -5243168 or 14745263. OLE color: 14745263.

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

Color convert

RGB 175 254 224 -
CMYK 0.31 0 0.12 0.00
HSL 157.22º 0.98% 0.84% -
HSV(B) 157.22º 0.31% 1% -
XYZ 66.58 85.38 83.49 -
YUV 226.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 175 254 224 0.31 0 0.12 0.00 157.22 0.98 0.84
Hex AF FE E0 1F 0 C 0 9D 62 54
Octal 257 376 340 37 0 14 0 235 142 124
Binary 10101111 11111110 11100000 11111 0 1100 0 10011101 1100010 1010100

Color Harmonies of #AFFEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFEE0

Black with #AFFEE0

Text Example


Text Example

White with #AFFEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFEE0; }

 p { color: rgb(175,254,224); }

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

background-color css

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

 a { background-color: rgb(175,254,224); }

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

border-color css

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

 span { border-color: rgb(175,254,224); }

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