Html Css Color HEX #A7DEC3 Magic Mint

📋 copy color: '#A7DEC3'

red 167 ◦ green 222 ◦ blue 195

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

Shades of Magic Mint #A7DEC3

Tints of Magic Mint #A7DEC3

RGB

 RED value IS 167 (65.63% from 255) = 28.6%

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

 BLUE value IS 195 (76.56% from 255) = 33.39%

R = 28.6%
G = 38.01%
B = 33.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#A7DEC3 (or 0xA7DEC3) is known color: Magic Mint. HEX triplet: A7, DE and C3. RGB value is (167,222,195). Sum of RGB (Red+Green+Blue) = 167+222+195=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DEC3 is #58213C. Grayscale: #CACACA. Windows color (decimal): -5775677 or 12836519. OLE color: 12836519.

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

Color convert

RGB 167 222 195 -
CMYK 0.25 0 0.12 0.13
HSL 150.55º 0.45% 0.76% -
HSV(B) 150.55º 0.25% 0.87% -
XYZ 51.91 64.4 61.32 -
YUV 202.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 167 222 195 0.25 0 0.12 0.13 150.55 0.45 0.76
Hex A7 DE C3 19 0 C D 97 2D 4C
Octal 247 336 303 31 0 14 15 227 55 114
Binary 10100111 11011110 11000011 11001 0 1100 1101 10010111 101101 1001100

Color Harmonies of #A7DEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DEC3

Black with #A7DEC3

Text Example


Text Example

White with #A7DEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DEC3; }

 p { color: rgb(167,222,195); }

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

background-color css

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

 a { background-color: rgb(167,222,195); }

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

border-color css

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

 span { border-color: rgb(167,222,195); }

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