Html Css Color HEX #A5DEC4 Magic Mint

📋 copy color: '#A5DEC4'

red 165 ◦ green 222 ◦ blue 196

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

Shades of Magic Mint #A5DEC4

Tints of Magic Mint #A5DEC4

RGB

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

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

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

R = 28.3%
G = 38.08%
B = 33.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#A5DEC4 (or 0xA5DEC4) is known color: Magic Mint. HEX triplet: A5, DE and C4. RGB value is (165,222,196). Sum of RGB (Red+Green+Blue) = 165+222+196=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEC4 is #5A213B. Grayscale: #CACACA. Windows color (decimal): -5906748 or 12902053. OLE color: 12902053.

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

Color convert

RGB 165 222 196 -
CMYK 0.26 0 0.12 0.13
HSL 152.63º 0.46% 0.76% -
HSV(B) 152.63º 0.26% 0.87% -
XYZ 51.6 64.23 61.9 -
YUV 201.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 165 222 196 0.26 0 0.12 0.13 152.63 0.46 0.76
Hex A5 DE C4 1A 0 C D 99 2E 4C
Octal 245 336 304 32 0 14 15 231 56 114
Binary 10100101 11011110 11000100 11010 0 1100 1101 10011001 101110 1001100

Color Harmonies of #A5DEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DEC4

Black with #A5DEC4

Text Example


Text Example

White with #A5DEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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