Html Css Color HEX #A8EED4 Magic Mint

📋 copy color: '#A8EED4'

red 168 ◦ green 238 ◦ blue 212

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

Shades of Magic Mint #A8EED4

Tints of Magic Mint #A8EED4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.51%

 BLUE value IS 212 (83.2% from 255) = 34.3%

R = 27.18%
G = 38.51%
B = 34.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#A8EED4 (or 0xA8EED4) is known color: Magic Mint. HEX triplet: A8, EE and D4. RGB value is (168,238,212). Sum of RGB (Red+Green+Blue) = 168+238+212=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EED4 is #57112B. Grayscale: #D6D6D6. Windows color (decimal): -5706028 or 13954728. OLE color: 13954728.

HSL color Cylindrical-coordinate representation of color #A8EED4: hue angle of 157.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EED4 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 238 212 -
CMYK 0.29 0 0.11 0.07
HSL 157.71º 0.67% 0.8% -
HSV(B) 157.71º 0.29% 0.93% -
XYZ 58.61 74.23 73.53 -
YUV 214.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 168 238 212 0.29 0 0.11 0.07 157.71 0.67 0.8
Hex A8 EE D4 1D 0 B 7 9E 43 50
Octal 250 356 324 35 0 13 7 236 103 120
Binary 10101000 11101110 11010100 11101 0 1011 111 10011110 1000011 1010000

Color Harmonies of #A8EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EED4

Black with #A8EED4

Text Example


Text Example

White with #A8EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EED4; }

 p { color: rgb(168,238,212); }

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

background-color css

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

 a { background-color: rgb(168,238,212); }

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

border-color css

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

 span { border-color: rgb(168,238,212); }

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