Html Css Color HEX #A8EDD0 Magic Mint

📋 copy color: '#A8EDD0'

red 168 ◦ green 237 ◦ blue 208

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

Shades of Magic Mint #A8EDD0

Tints of Magic Mint #A8EDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.66%

 BLUE value IS 208 (81.64% from 255) = 33.93%

R = 27.41%
G = 38.66%
B = 33.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#A8EDD0 (or 0xA8EDD0) is known color: Magic Mint. HEX triplet: A8, ED and D0. RGB value is (168,237,208). Sum of RGB (Red+Green+Blue) = 168+237+208=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDD0 is #57122F. Grayscale: #D5D5D5. Windows color (decimal): -5706288 or 13692328. OLE color: 13692328.

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

Color convert

RGB 168 237 208 -
CMYK 0.29 0 0.12 0.07
HSL 154.78º 0.66% 0.79% -
HSV(B) 154.78º 0.29% 0.93% -
XYZ 57.82 73.45 70.8 -
YUV 213.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 168 237 208 0.29 0 0.12 0.07 154.78 0.66 0.79
Hex A8 ED D0 1D 0 C 7 9B 42 4F
Octal 250 355 320 35 0 14 7 233 102 117
Binary 10101000 11101101 11010000 11101 0 1100 111 10011011 1000010 1001111

Color Harmonies of #A8EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EDD0

Black with #A8EDD0

Text Example


Text Example

White with #A8EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EDD0; }

 p { color: rgb(168,237,208); }

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

background-color css

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

 a { background-color: rgb(168,237,208); }

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

border-color css

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

 span { border-color: rgb(168,237,208); }

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