Html Css Color HEX #A8E7CA Magic Mint

📋 copy color: '#A8E7CA'

red 168 ◦ green 231 ◦ blue 202

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

Shades of Magic Mint #A8E7CA

Tints of Magic Mint #A8E7CA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.44%

 BLUE value IS 202 (79.3% from 255) = 33.61%

R = 27.95%
G = 38.44%
B = 33.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#A8E7CA (or 0xA8E7CA) is known color: Magic Mint. HEX triplet: A8, E7 and CA. RGB value is (168,231,202). Sum of RGB (Red+Green+Blue) = 168+231+202=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E7CA is #571835. Grayscale: #D0D0D0. Windows color (decimal): -5707830 or 13297576. OLE color: 13297576.

HSL color Cylindrical-coordinate representation of color #A8E7CA: hue angle of 152.38º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E7CA is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 231 202 -
CMYK 0.27 0 0.13 0.09
HSL 152.38º 0.57% 0.78% -
HSV(B) 152.38º 0.27% 0.91% -
XYZ 55.39 69.74 66.42 -
YUV 208.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 168 231 202 0.27 0 0.13 0.09 152.38 0.57 0.78
Hex A8 E7 CA 1B 0 D 9 98 39 4E
Octal 250 347 312 33 0 15 11 230 71 116
Binary 10101000 11100111 11001010 11011 0 1101 1001 10011000 111001 1001110

Color Harmonies of #A8E7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E7CA

Black with #A8E7CA

Text Example


Text Example

White with #A8E7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E7CA; }

 p { color: rgb(168,231,202); }

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

background-color css

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

 a { background-color: rgb(168,231,202); }

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

border-color css

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

 span { border-color: rgb(168,231,202); }

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