Html Css Color HEX #A8EACF Magic Mint

📋 copy color: '#A8EACF'

red 168 ◦ green 234 ◦ blue 207

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

Shades of Magic Mint #A8EACF

Tints of Magic Mint #A8EACF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.42%

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

R = 27.59%
G = 38.42%
B = 33.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A8EACF (or 0xA8EACF) is known color: Magic Mint. HEX triplet: A8, EA and CF. RGB value is (168,234,207). Sum of RGB (Red+Green+Blue) = 168+234+207=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EACF is #571530. Grayscale: #D3D3D3. Windows color (decimal): -5707057 or 13626024. OLE color: 13626024.

HSL color Cylindrical-coordinate representation of color #A8EACF: hue angle of 155.45º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EACF is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 207 -
CMYK 0.28 0 0.12 0.08
HSL 155.45º 0.61% 0.79% -
HSV(B) 155.45º 0.28% 0.92% -
XYZ 56.83 71.68 69.87 -
YUV 211.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 168 234 207 0.28 0 0.12 0.08 155.45 0.61 0.79
Hex A8 EA CF 1C 0 C 8 9B 3D 4F
Octal 250 352 317 34 0 14 10 233 75 117
Binary 10101000 11101010 11001111 11100 0 1100 1000 10011011 111101 1001111

Color Harmonies of #A8EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EACF

Black with #A8EACF

Text Example


Text Example

White with #A8EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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