Html Css Color HEX #A8E4CA Magic Mint

📋 copy color: '#A8E4CA'

red 168 ◦ green 228 ◦ blue 202

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

Shades of Magic Mint #A8E4CA

Tints of Magic Mint #A8E4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.13%

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

R = 28.09%
G = 38.13%
B = 33.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A8E4CA (or 0xA8E4CA) is known color: Magic Mint. HEX triplet: A8, E4 and CA. RGB value is (168,228,202). Sum of RGB (Red+Green+Blue) = 168+228+202=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E4CA is #571B35. Grayscale: #CFCFCF. Windows color (decimal): -5708598 or 13296808. OLE color: 13296808.

HSL color Cylindrical-coordinate representation of color #A8E4CA: hue angle of 154º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E4CA is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 202 -
CMYK 0.26 0 0.11 0.11
HSL 154º 0.53% 0.78% -
HSV(B) 154º 0.26% 0.89% -
XYZ 54.55 68.08 66.14 -
YUV 207.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 168 228 202 0.26 0 0.11 0.11 154 0.53 0.78
Hex A8 E4 CA 1A 0 B B 9A 35 4E
Octal 250 344 312 32 0 13 13 232 65 116
Binary 10101000 11100100 11001010 11010 0 1011 1011 10011010 110101 1001110

Color Harmonies of #A8E4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E4CA

Black with #A8E4CA

Text Example


Text Example

White with #A8E4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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