Html Css Color HEX #A5EBCD Magic Mint

📋 copy color: '#A5EBCD'

red 165 ◦ green 235 ◦ blue 205

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

Shades of Magic Mint #A5EBCD

Tints of Magic Mint #A5EBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.88%

R = 27.27%
G = 38.84%
B = 33.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#A5EBCD (or 0xA5EBCD) is known color: Magic Mint. HEX triplet: A5, EB and CD. RGB value is (165,235,205). Sum of RGB (Red+Green+Blue) = 165+235+205=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBCD is #5A1432. Grayscale: #D2D2D2. Windows color (decimal): -5903411 or 13495205. OLE color: 13495205.

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

Color convert

RGB 165 235 205 -
CMYK 0.30 0 0.13 0.08
HSL 154.29º 0.64% 0.78% -
HSV(B) 154.29º 0.3% 0.92% -
XYZ 56.24 71.82 68.66 -
YUV 210.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 165 235 205 0.30 0 0.13 0.08 154.29 0.64 0.78
Hex A5 EB CD 1E 0 D 8 9A 40 4E
Octal 245 353 315 36 0 15 10 232 100 116
Binary 10100101 11101011 11001101 11110 0 1101 1000 10011010 1000000 1001110

Color Harmonies of #A5EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBCD

Black with #A5EBCD

Text Example


Text Example

White with #A5EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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