Html Css Color HEX #A5F9D5 Magic Mint

📋 copy color: '#A5F9D5'

red 165 ◦ green 249 ◦ blue 213

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

Shades of Magic Mint #A5F9D5

Tints of Magic Mint #A5F9D5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.71%

 BLUE value IS 213 (83.59% from 255) = 33.97%

R = 26.32%
G = 39.71%
B = 33.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#A5F9D5 (or 0xA5F9D5) is known color: Magic Mint. HEX triplet: A5, F9 and D5. RGB value is (165,249,213). Sum of RGB (Red+Green+Blue) = 165+249+213=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9D5 is #5A062A. Grayscale: #DBDBDB. Windows color (decimal): -5899819 or 14023077. OLE color: 14023077.

HSL color Cylindrical-coordinate representation of color #A5F9D5: hue angle of 154.29º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9D5 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 213 -
CMYK 0.34 0 0.14 0.02
HSL 154.29º 0.88% 0.81% -
HSV(B) 154.29º 0.34% 0.98% -
XYZ 61.4 80.55 75.26 -
YUV 219.78 124.17 88.93 -
System Red Green Blue C M Y K H S L
Decimal 165 249 213 0.34 0 0.14 0.02 154.29 0.88 0.81
Hex A5 F9 D5 22 0 E 2 9A 58 51
Octal 245 371 325 42 0 16 2 232 130 121
Binary 10100101 11111001 11010101 100010 0 1110 10 10011010 1011000 1010001

Color Harmonies of #A5F9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F9D5

Black with #A5F9D5

Text Example


Text Example

White with #A5F9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F9D5; }

 p { color: rgb(165,249,213); }

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

background-color css

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

 a { background-color: rgb(165,249,213); }

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

border-color css

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

 span { border-color: rgb(165,249,213); }

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