Html Css Color HEX #A5EAD3 Magic Mint

📋 copy color: '#A5EAD3'

red 165 ◦ green 234 ◦ blue 211

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

Shades of Magic Mint #A5EAD3

Tints of Magic Mint #A5EAD3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.36%

 BLUE value IS 211 (82.81% from 255) = 34.59%

R = 27.05%
G = 38.36%
B = 34.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#A5EAD3 (or 0xA5EAD3) is known color: Magic Mint. HEX triplet: A5, EA and D3. RGB value is (165,234,211). Sum of RGB (Red+Green+Blue) = 165+234+211=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAD3 is #5A152C. Grayscale: #D2D2D2. Windows color (decimal): -5903661 or 13888165. OLE color: 13888165.

HSL color Cylindrical-coordinate representation of color #A5EAD3: hue angle of 160º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EAD3 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 211 -
CMYK 0.29 0 0.10 0.08
HSL 160º 0.62% 0.78% -
HSV(B) 160º 0.29% 0.92% -
XYZ 56.7 71.55 72.45 -
YUV 210.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 165 234 211 0.29 0 0.10 0.08 160 0.62 0.78
Hex A5 EA D3 1D 0 A 8 A0 3E 4E
Octal 245 352 323 35 0 12 10 240 76 116
Binary 10100101 11101010 11010011 11101 0 1010 1000 10100000 111110 1001110

Color Harmonies of #A5EAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EAD3

Black with #A5EAD3

Text Example


Text Example

White with #A5EAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EAD3; }

 p { color: rgb(165,234,211); }

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

background-color css

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

 a { background-color: rgb(165,234,211); }

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

border-color css

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

 span { border-color: rgb(165,234,211); }

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