Html Css Color HEX #A5E0C8 Magic Mint

📋 copy color: '#A5E0C8'

red 165 ◦ green 224 ◦ blue 200

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

Shades of Magic Mint #A5E0C8

Tints of Magic Mint #A5E0C8

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.03%

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

R = 28.01%
G = 38.03%
B = 33.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#A5E0C8 (or 0xA5E0C8) is known color: Magic Mint. HEX triplet: A5, E0 and C8. RGB value is (165,224,200). Sum of RGB (Red+Green+Blue) = 165+224+200=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0C8 is #5A1F37. Grayscale: #CBCBCB. Windows color (decimal): -5906232 or 13164709. OLE color: 13164709.

HSL color Cylindrical-coordinate representation of color #A5E0C8: hue angle of 155.59º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5E0C8 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 200 -
CMYK 0.26 0 0.11 0.12
HSL 155.59º 0.49% 0.76% -
HSV(B) 155.59º 0.26% 0.88% -
XYZ 52.6 65.48 64.51 -
YUV 203.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 165 224 200 0.26 0 0.11 0.12 155.59 0.49 0.76
Hex A5 E0 C8 1A 0 B C 9C 31 4C
Octal 245 340 310 32 0 13 14 234 61 114
Binary 10100101 11100000 11001000 11010 0 1011 1100 10011100 110001 1001100

Color Harmonies of #A5E0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E0C8

Black with #A5E0C8

Text Example


Text Example

White with #A5E0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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