Html Css Color HEX #A5EBD2 Magic Mint

📋 copy color: '#A5EBD2'

red 165 ◦ green 235 ◦ blue 210

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

Shades of Magic Mint #A5EBD2

Tints of Magic Mint #A5EBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.52%

 BLUE value IS 210 (82.42% from 255) = 34.43%

R = 27.05%
G = 38.52%
B = 34.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#A5EBD2 (or 0xA5EBD2) is known color: Magic Mint. HEX triplet: A5, EB and D2. RGB value is (165,235,210). Sum of RGB (Red+Green+Blue) = 165+235+210=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBD2 is #5A142D. Grayscale: #D3D3D3. Windows color (decimal): -5903406 or 13822885. OLE color: 13822885.

HSL color Cylindrical-coordinate representation of color #A5EBD2: hue angle of 158.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBD2 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 235 210 -
CMYK 0.30 0 0.11 0.08
HSL 158.57º 0.64% 0.78% -
HSV(B) 158.57º 0.3% 0.92% -
XYZ 56.86 72.07 71.89 -
YUV 211.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 165 235 210 0.30 0 0.11 0.08 158.57 0.64 0.78
Hex A5 EB D2 1E 0 B 8 9F 40 4E
Octal 245 353 322 36 0 13 10 237 100 116
Binary 10100101 11101011 11010010 11110 0 1011 1000 10011111 1000000 1001110

Color Harmonies of #A5EBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBD2

Black with #A5EBD2

Text Example


Text Example

White with #A5EBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBD2; }

 p { color: rgb(165,235,210); }

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

background-color css

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

 a { background-color: rgb(165,235,210); }

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

border-color css

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

 span { border-color: rgb(165,235,210); }

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