Html Css Color HEX #A8E4CD Magic Mint

📋 copy color: '#A8E4CD'

red 168 ◦ green 228 ◦ blue 205

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

Shades of Magic Mint #A8E4CD

Tints of Magic Mint #A8E4CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.11%

R = 27.95%
G = 37.94%
B = 34.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#A8E4CD (or 0xA8E4CD) is known color: Magic Mint. HEX triplet: A8, E4 and CD. RGB value is (168,228,205). Sum of RGB (Red+Green+Blue) = 168+228+205=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #A8E4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E4CD is #571B32. Grayscale: #CFCFCF. Windows color (decimal): -5708595 or 13493416. OLE color: 13493416.

HSL color Cylindrical-coordinate representation of color #A8E4CD: hue angle of 157º 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 #A8E4CD is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 228 205 -
CMYK 0.26 0 0.10 0.11
HSL 157º 0.53% 0.78% -
HSV(B) 157º 0.26% 0.89% -
XYZ 54.91 68.22 68.03 -
YUV 207.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 168 228 205 0.26 0 0.10 0.11 157 0.53 0.78
Hex A8 E4 CD 1A 0 A B 9D 35 4E
Octal 250 344 315 32 0 12 13 235 65 116
Binary 10101000 11100100 11001101 11010 0 1010 1011 10011101 110101 1001110

Color Harmonies of #A8E4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E4CD

Black with #A8E4CD

Text Example


Text Example

White with #A8E4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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