Html Css Color HEX #A5EBCF Magic Mint

📋 copy color: '#A5EBCF'

red 165 ◦ green 235 ◦ blue 207

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

Shades of Magic Mint #A5EBCF

Tints of Magic Mint #A5EBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.1%

R = 27.18%
G = 38.71%
B = 34.1%

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

#A5EBCF (or 0xA5EBCF) is known color: Magic Mint. HEX triplet: A5, EB and CF. RGB value is (165,235,207). Sum of RGB (Red+Green+Blue) = 165+235+207=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBCF is #5A1430. Grayscale: #D2D2D2. Windows color (decimal): -5903409 or 13626277. OLE color: 13626277.

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

Color convert

RGB 165 235 207 -
CMYK 0.30 0 0.12 0.08
HSL 156º 0.64% 0.78% -
HSV(B) 156º 0.3% 0.92% -
XYZ 56.49 71.92 69.94 -
YUV 210.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 165 235 207 0.30 0 0.12 0.08 156 0.64 0.78
Hex A5 EB CF 1E 0 C 8 9C 40 4E
Octal 245 353 317 36 0 14 10 234 100 116
Binary 10100101 11101011 11001111 11110 0 1100 1000 10011100 1000000 1001110

Color Harmonies of #A5EBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EBCF

Black with #A5EBCF

Text Example


Text Example

White with #A5EBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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