Html Css Color HEX #A5DEC8 Magic Mint

📋 copy color: '#A5DEC8'

red 165 ◦ green 222 ◦ blue 200

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

Shades of Magic Mint #A5DEC8

Tints of Magic Mint #A5DEC8

RGB

 RED value IS 165 (64.84% from 255) = 28.11%

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

 BLUE value IS 200 (78.52% from 255) = 34.07%

R = 28.11%
G = 37.82%
B = 34.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#A5DEC8 (or 0xA5DEC8) is known color: Magic Mint. HEX triplet: A5, DE and C8. RGB value is (165,222,200). Sum of RGB (Red+Green+Blue) = 165+222+200=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEC8 is #5A2137. Grayscale: #CACACA. Windows color (decimal): -5906744 or 13164197. OLE color: 13164197.

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

Color convert

RGB 165 222 200 -
CMYK 0.26 0 0.10 0.13
HSL 156.84º 0.46% 0.76% -
HSV(B) 156.84º 0.26% 0.87% -
XYZ 52.06 64.41 64.33 -
YUV 202.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 165 222 200 0.26 0 0.10 0.13 156.84 0.46 0.76
Hex A5 DE C8 1A 0 A D 9D 2E 4C
Octal 245 336 310 32 0 12 15 235 56 114
Binary 10100101 11011110 11001000 11010 0 1010 1101 10011101 101110 1001100

Color Harmonies of #A5DEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DEC8

Black with #A5DEC8

Text Example


Text Example

White with #A5DEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DEC8; }

 p { color: rgb(165,222,200); }

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

background-color css

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

 a { background-color: rgb(165,222,200); }

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

border-color css

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

 span { border-color: rgb(165,222,200); }

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