Html Css Color HEX #A8E5CF Magic Mint

📋 copy color: '#A8E5CF'

red 168 ◦ green 229 ◦ blue 207

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

Shades of Magic Mint #A8E5CF

Tints of Magic Mint #A8E5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.91%

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

R = 27.81%
G = 37.91%
B = 34.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#A8E5CF (or 0xA8E5CF) is known color: Magic Mint. HEX triplet: A8, E5 and CF. RGB value is (168,229,207). Sum of RGB (Red+Green+Blue) = 168+229+207=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E5CF is #571A30. Grayscale: #D0D0D0. Windows color (decimal): -5708337 or 13624744. OLE color: 13624744.

HSL color Cylindrical-coordinate representation of color #A8E5CF: hue angle of 158.36º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E5CF is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 229 207 -
CMYK 0.27 0 0.10 0.10
HSL 158.36º 0.54% 0.78% -
HSV(B) 158.36º 0.27% 0.9% -
XYZ 55.43 68.87 69.4 -
YUV 208.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 168 229 207 0.27 0 0.10 0.10 158.36 0.54 0.78
Hex A8 E5 CF 1B 0 A A 9E 36 4E
Octal 250 345 317 33 0 12 12 236 66 116
Binary 10101000 11100101 11001111 11011 0 1010 1010 10011110 110110 1001110

Color Harmonies of #A8E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E5CF

Black with #A8E5CF

Text Example


Text Example

White with #A8E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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