Html Css Color HEX #A5EBCE Magic Mint

📋 copy color: '#A5EBCE'

red 165 ◦ green 235 ◦ blue 206

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

Shades of Magic Mint #A5EBCE

Tints of Magic Mint #A5EBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 27.23%
G = 38.78%
B = 33.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#A5EBCE (or 0xA5EBCE) is known color: Magic Mint. HEX triplet: A5, EB and CE. RGB value is (165,235,206). Sum of RGB (Red+Green+Blue) = 165+235+206=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBCE is #5A1431. Grayscale: #D2D2D2. Windows color (decimal): -5903410 or 13560741. OLE color: 13560741.

HSL color Cylindrical-coordinate representation of color #A5EBCE: hue angle of 155.14º 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 #A5EBCE is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 235 206 -
CMYK 0.30 0 0.12 0.08
HSL 155.14º 0.64% 0.78% -
HSV(B) 155.14º 0.3% 0.92% -
XYZ 56.37 71.87 69.29 -
YUV 210.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 165 235 206 0.30 0 0.12 0.08 155.14 0.64 0.78
Hex A5 EB CE 1E 0 C 8 9B 40 4E
Octal 245 353 316 36 0 14 10 233 100 116
Binary 10100101 11101011 11001110 11110 0 1100 1000 10011011 1000000 1001110

Color Harmonies of #A5EBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBCE

Black with #A5EBCE

Text Example


Text Example

White with #A5EBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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