Html Css Color HEX #A8FCDC Magic Mint

📋 copy color: '#A8FCDC'

red 168 ◦ green 252 ◦ blue 220

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

Shades of Magic Mint #A8FCDC

Tints of Magic Mint #A8FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.38%

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 26.25%
G = 39.38%
B = 34.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#A8FCDC (or 0xA8FCDC) is known color: Magic Mint. HEX triplet: A8, FC and DC. RGB value is (168,252,220). Sum of RGB (Red+Green+Blue) = 168+252+220=640 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.25% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCDC is #570323. Grayscale: #DFDFDF. Windows color (decimal): -5702436 or 14482600. OLE color: 14482600.

HSL color Cylindrical-coordinate representation of color #A8FCDC: hue angle of 157.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCDC is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 252 220 -
CMYK 0.33 0 0.13 0.01
HSL 157.14º 0.93% 0.82% -
HSV(B) 157.14º 0.33% 0.99% -
XYZ 63.88 83.11 80.39 -
YUV 223.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 168 252 220 0.33 0 0.13 0.01 157.14 0.93 0.82
Hex A8 FC DC 21 0 D 1 9D 5D 52
Octal 250 374 334 41 0 15 1 235 135 122
Binary 10101000 11111100 11011100 100001 0 1101 1 10011101 1011101 1010010

Color Harmonies of #A8FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FCDC

Black with #A8FCDC

Text Example


Text Example

White with #A8FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FCDC; }

 p { color: rgb(168,252,220); }

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

background-color css

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

 a { background-color: rgb(168,252,220); }

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

border-color css

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

 span { border-color: rgb(168,252,220); }

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