Html Css Color HEX #A8DEC2 Magic Mint

📋 copy color: '#A8DEC2'

red 168 ◦ green 222 ◦ blue 194

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

Shades of Magic Mint #A8DEC2

Tints of Magic Mint #A8DEC2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.01%

 BLUE value IS 194 (76.17% from 255) = 33.22%

R = 28.77%
G = 38.01%
B = 33.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#A8DEC2 (or 0xA8DEC2) is known color: Magic Mint. HEX triplet: A8, DE and C2. RGB value is (168,222,194). Sum of RGB (Red+Green+Blue) = 168+222+194=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEC2 is #57213D. Grayscale: #CACACA. Windows color (decimal): -5710142 or 12770984. OLE color: 12770984.

HSL color Cylindrical-coordinate representation of color #A8DEC2: hue angle of 148.89º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DEC2 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 222 194 -
CMYK 0.24 0 0.13 0.13
HSL 148.89º 0.45% 0.76% -
HSV(B) 148.89º 0.24% 0.87% -
XYZ 52.01 64.46 60.74 -
YUV 202.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 168 222 194 0.24 0 0.13 0.13 148.89 0.45 0.76
Hex A8 DE C2 18 0 D D 95 2D 4C
Octal 250 336 302 30 0 15 15 225 55 114
Binary 10101000 11011110 11000010 11000 0 1101 1101 10010101 101101 1001100

Color Harmonies of #A8DEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DEC2

Black with #A8DEC2

Text Example


Text Example

White with #A8DEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DEC2; }

 p { color: rgb(168,222,194); }

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

background-color css

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

 a { background-color: rgb(168,222,194); }

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

border-color css

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

 span { border-color: rgb(168,222,194); }

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