Html Css Color HEX #A8DEC4 Magic Mint

📋 copy color: '#A8DEC4'

red 168 ◦ green 222 ◦ blue 196

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

Shades of Magic Mint #A8DEC4

Tints of Magic Mint #A8DEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.45%

R = 28.67%
G = 37.88%
B = 33.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#A8DEC4 (or 0xA8DEC4) is known color: Magic Mint. HEX triplet: A8, DE and C4. RGB value is (168,222,196). Sum of RGB (Red+Green+Blue) = 168+222+196=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEC4 is #57213B. Grayscale: #CACACA. Windows color (decimal): -5710140 or 12902056. OLE color: 12902056.

HSL color Cylindrical-coordinate representation of color #A8DEC4: hue angle of 151.11º 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 #A8DEC4 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 222 196 -
CMYK 0.24 0 0.12 0.13
HSL 151.11º 0.45% 0.76% -
HSV(B) 151.11º 0.24% 0.87% -
XYZ 52.23 64.55 61.93 -
YUV 202.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 168 222 196 0.24 0 0.12 0.13 151.11 0.45 0.76
Hex A8 DE C4 18 0 C D 97 2D 4C
Octal 250 336 304 30 0 14 15 227 55 114
Binary 10101000 11011110 11000100 11000 0 1100 1101 10010111 101101 1001100

Color Harmonies of #A8DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DEC4

Black with #A8DEC4

Text Example


Text Example

White with #A8DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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