Html Css Color HEX #A8FACF Magic Mint

📋 copy color: '#A8FACF'

red 168 ◦ green 250 ◦ blue 207

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

Shades of Magic Mint #A8FACF

Tints of Magic Mint #A8FACF

RGB

 RED value IS 168 (66.02% from 255) = 26.88%

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

 BLUE value IS 207 (81.25% from 255) = 33.12%

R = 26.88%
G = 40%
B = 33.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#A8FACF (or 0xA8FACF) is known color: Magic Mint. HEX triplet: A8, FA and CF. RGB value is (168,250,207). Sum of RGB (Red+Green+Blue) = 168+250+207=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FACF is #570530. Grayscale: #DCDCDC. Windows color (decimal): -5702961 or 13630120. OLE color: 13630120.

HSL color Cylindrical-coordinate representation of color #A8FACF: hue angle of 148.54º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FACF is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 250 207 -
CMYK 0.33 0 0.17 0.02
HSL 148.54º 0.89% 0.82% -
HSV(B) 148.54º 0.33% 0.98% -
XYZ 61.6 81.2 71.46 -
YUV 220.58 120.33 90.5 -
System Red Green Blue C M Y K H S L
Decimal 168 250 207 0.33 0 0.17 0.02 148.54 0.89 0.82
Hex A8 FA CF 21 0 11 2 95 59 52
Octal 250 372 317 41 0 21 2 225 131 122
Binary 10101000 11111010 11001111 100001 0 10001 10 10010101 1011001 1010010

Color Harmonies of #A8FACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FACF

Black with #A8FACF

Text Example


Text Example

White with #A8FACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FACF; }

 p { color: rgb(168,250,207); }

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

background-color css

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

 a { background-color: rgb(168,250,207); }

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

border-color css

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

 span { border-color: rgb(168,250,207); }

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