Html Css Color HEX #AFFECE Magic Mint

📋 copy color: '#AFFECE'

red 175 ◦ green 254 ◦ blue 206

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

Shades of Magic Mint #AFFECE

Tints of Magic Mint #AFFECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.44%

R = 27.56%
G = 40%
B = 32.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#AFFECE (or 0xAFFECE) is known color: Magic Mint. HEX triplet: AF, FE and CE. RGB value is (175,254,206). Sum of RGB (Red+Green+Blue) = 175+254+206=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFECE is #500131. Grayscale: #E1E1E1. Windows color (decimal): -5243186 or 13565615. OLE color: 13565615.

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

Color convert

RGB 175 254 206 -
CMYK 0.31 0 0.19 0.00
HSL 143.54º 0.98% 0.84% -
HSV(B) 143.54º 0.31% 1% -
XYZ 64.26 84.45 71.31 -
YUV 224.91 117.33 92.4 -
System Red Green Blue C M Y K H S L
Decimal 175 254 206 0.31 0 0.19 0.00 143.54 0.98 0.84
Hex AF FE CE 1F 0 13 0 90 62 54
Octal 257 376 316 37 0 23 0 220 142 124
Binary 10101111 11111110 11001110 11111 0 10011 0 10010000 1100010 1010100

Color Harmonies of #AFFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFECE

Black with #AFFECE

Text Example


Text Example

White with #AFFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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