Html Css Color HEX #AFFFCE Magic Mint

📋 copy color: '#AFFFCE'

red 175 ◦ green 255 ◦ blue 206

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

Shades of Magic Mint #AFFFCE

Tints of Magic Mint #AFFFCE

RGB

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

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

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

R = 27.52%
G = 40.09%
B = 32.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#AFFFCE (or 0xAFFFCE) is known color: Magic Mint. HEX triplet: AF, FF and CE. RGB value is (175,255,206). Sum of RGB (Red+Green+Blue) = 175+255+206=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFCE is #500031. Grayscale: #E1E1E1. Windows color (decimal): -5242930 or 13565871. OLE color: 13565871.

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

Color convert

RGB 175 255 206 -
CMYK 0.31 0 0.19 0
HSL 143.25º 1% 0.84% -
HSV(B) 143.25º 0.31% 1% -
XYZ 64.58 85.09 71.41 -
YUV 225.49 117 91.98 -
System Red Green Blue C M Y K H S L
Decimal 175 255 206 0.31 0 0.19 0 143.25 1 0.84
Hex AF FF CE 1F 0 13 0 8F 64 54
Octal 257 377 316 37 0 23 0 217 144 124
Binary 10101111 11111111 11001110 11111 0 10011 0 10001111 1100100 1010100

Color Harmonies of #AFFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFCE

Black with #AFFFCE

Text Example


Text Example

White with #AFFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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