Html Css Color HEX #A5E4C9 Magic Mint

📋 copy color: '#A5E4C9'

red 165 ◦ green 228 ◦ blue 201

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

Shades of Magic Mint #A5E4C9

Tints of Magic Mint #A5E4C9

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.38%

 BLUE value IS 201 (78.91% from 255) = 33.84%

R = 27.78%
G = 38.38%
B = 33.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#A5E4C9 (or 0xA5E4C9) is known color: Magic Mint. HEX triplet: A5, E4 and C9. RGB value is (165,228,201). Sum of RGB (Red+Green+Blue) = 165+228+201=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E4C9 is #5A1B36. Grayscale: #CECECE. Windows color (decimal): -5905207 or 13231269. OLE color: 13231269.

HSL color Cylindrical-coordinate representation of color #A5E4C9: hue angle of 154.29º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E4C9 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 228 201 -
CMYK 0.28 0 0.12 0.11
HSL 154.29º 0.54% 0.77% -
HSV(B) 154.29º 0.28% 0.89% -
XYZ 53.8 67.7 65.49 -
YUV 206.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 165 228 201 0.28 0 0.12 0.11 154.29 0.54 0.77
Hex A5 E4 C9 1C 0 C B 9A 36 4D
Octal 245 344 311 34 0 14 13 232 66 115
Binary 10100101 11100100 11001001 11100 0 1100 1011 10011010 110110 1001101

Color Harmonies of #A5E4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E4C9

Black with #A5E4C9

Text Example


Text Example

White with #A5E4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E4C9; }

 p { color: rgb(165,228,201); }

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

background-color css

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

 a { background-color: rgb(165,228,201); }

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

border-color css

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

 span { border-color: rgb(165,228,201); }

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