Html Css Color HEX #A5E6C8 Magic Mint

📋 copy color: '#A5E6C8'

red 165 ◦ green 230 ◦ blue 200

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

Shades of Magic Mint #A5E6C8

Tints of Magic Mint #A5E6C8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.66%

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

R = 27.73%
G = 38.66%
B = 33.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#A5E6C8 (or 0xA5E6C8) is known color: Magic Mint. HEX triplet: A5, E6 and C8. RGB value is (165,230,200). Sum of RGB (Red+Green+Blue) = 165+230+200=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E6C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E6C8 is #5A1937. Grayscale: #CFCFCF. Windows color (decimal): -5904696 or 13166245. OLE color: 13166245.

HSL color Cylindrical-coordinate representation of color #A5E6C8: hue angle of 152.31º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E6C8 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 230 200 -
CMYK 0.28 0 0.13 0.10
HSL 152.31º 0.57% 0.77% -
HSV(B) 152.31º 0.28% 0.9% -
XYZ 54.24 68.76 65.06 -
YUV 207.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 165 230 200 0.28 0 0.13 0.10 152.31 0.57 0.77
Hex A5 E6 C8 1C 0 D A 98 39 4D
Octal 245 346 310 34 0 15 12 230 71 115
Binary 10100101 11100110 11001000 11100 0 1101 1010 10011000 111001 1001101

Color Harmonies of #A5E6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E6C8

Black with #A5E6C8

Text Example


Text Example

White with #A5E6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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