Html Css Color HEX #A5EDCA Magic Mint

📋 copy color: '#A5EDCA'

red 165 ◦ green 237 ◦ blue 202

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

Shades of Magic Mint #A5EDCA

Tints of Magic Mint #A5EDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.44%

R = 27.32%
G = 39.24%
B = 33.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#A5EDCA (or 0xA5EDCA) is known color: Magic Mint. HEX triplet: A5, ED and CA. RGB value is (165,237,202). Sum of RGB (Red+Green+Blue) = 165+237+202=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDCA is #5A1235. Grayscale: #D3D3D3. Windows color (decimal): -5902902 or 13299109. OLE color: 13299109.

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

Color convert

RGB 165 237 202 -
CMYK 0.30 0 0.15 0.07
HSL 150.83º 0.67% 0.79% -
HSV(B) 150.83º 0.3% 0.93% -
XYZ 56.46 72.83 66.96 -
YUV 211.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 165 237 202 0.30 0 0.15 0.07 150.83 0.67 0.79
Hex A5 ED CA 1E 0 F 7 97 43 4F
Octal 245 355 312 36 0 17 7 227 103 117
Binary 10100101 11101101 11001010 11110 0 1111 111 10010111 1000011 1001111

Color Harmonies of #A5EDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EDCA

Black with #A5EDCA

Text Example


Text Example

White with #A5EDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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