Html Css Color HEX #A5EDCE Magic Mint

📋 copy color: '#A5EDCE'

red 165 ◦ green 237 ◦ blue 206

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

Shades of Magic Mint #A5EDCE

Tints of Magic Mint #A5EDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.98%

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

R = 27.14%
G = 38.98%
B = 33.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#A5EDCE (or 0xA5EDCE) is known color: Magic Mint. HEX triplet: A5, ED and CE. RGB value is (165,237,206). Sum of RGB (Red+Green+Blue) = 165+237+206=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDCE is #5A1231. Grayscale: #D3D3D3. Windows color (decimal): -5902898 or 13561253. OLE color: 13561253.

HSL color Cylindrical-coordinate representation of color #A5EDCE: hue angle of 154.17º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EDCE is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 237 206 -
CMYK 0.30 0 0.13 0.07
HSL 154.17º 0.67% 0.79% -
HSV(B) 154.17º 0.3% 0.93% -
XYZ 56.94 73.02 69.49 -
YUV 211.94 124.65 94.52 -
System Red Green Blue C M Y K H S L
Decimal 165 237 206 0.30 0 0.13 0.07 154.17 0.67 0.79
Hex A5 ED CE 1E 0 D 7 9A 43 4F
Octal 245 355 316 36 0 15 7 232 103 117
Binary 10100101 11101101 11001110 11110 0 1101 111 10011010 1000011 1001111

Color Harmonies of #A5EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EDCE

Black with #A5EDCE

Text Example


Text Example

White with #A5EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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