Html Css Color HEX #AFFACE Magic Mint

📋 copy color: '#AFFACE'

red 175 ◦ green 250 ◦ blue 206

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

Shades of Magic Mint #AFFACE

Tints of Magic Mint #AFFACE

RGB

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

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

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

R = 27.73%
G = 39.62%
B = 32.65%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#AFFACE (or 0xAFFACE) is known color: Magic Mint. HEX triplet: AF, FA and CE. RGB value is (175,250,206). Sum of RGB (Red+Green+Blue) = 175+250+206=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFACE is #500531. Grayscale: #DEDEDE. Windows color (decimal): -5244210 or 13564591. OLE color: 13564591.

HSL color Cylindrical-coordinate representation of color #AFFACE: hue angle of 144.8º 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 #AFFACE is Cyan = 0.3, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 206 -
CMYK 0.3 0 0.18 0.02
HSL 144.8º 0.88% 0.83% -
HSV(B) 144.8º 0.3% 0.98% -
XYZ 63.01 81.94 70.89 -
YUV 222.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 175 250 206 0.3 0 0.18 0.02 144.8 0.88 0.83
Hex AF FA CE 1E 0 12 2 91 58 53
Octal 257 372 316 36 0 22 2 221 130 123
Binary 10101111 11111010 11001110 11110 0 10010 10 10010001 1011000 1010011

Color Harmonies of #AFFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFACE

Black with #AFFACE

Text Example


Text Example

White with #AFFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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