Html Css Color HEX #A5F9CE Magic Mint

📋 copy color: '#A5F9CE'

red 165 ◦ green 249 ◦ blue 206

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

Shades of Magic Mint #A5F9CE

Tints of Magic Mint #A5F9CE

RGB

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

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

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

R = 26.61%
G = 40.16%
B = 33.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#A5F9CE (or 0xA5F9CE) is known color: Magic Mint. HEX triplet: A5, F9 and CE. RGB value is (165,249,206). Sum of RGB (Red+Green+Blue) = 165+249+206=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9CE is #5A0631. Grayscale: #DBDBDB. Windows color (decimal): -5899826 or 13564325. OLE color: 13564325.

HSL color Cylindrical-coordinate representation of color #A5F9CE: hue angle of 149.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 #A5F9CE is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 206 -
CMYK 0.34 0 0.17 0.02
HSL 149.29º 0.88% 0.81% -
HSV(B) 149.29º 0.34% 0.98% -
XYZ 60.53 80.21 70.68 -
YUV 218.98 120.67 89.5 -
System Red Green Blue C M Y K H S L
Decimal 165 249 206 0.34 0 0.17 0.02 149.29 0.88 0.81
Hex A5 F9 CE 22 0 11 2 95 58 51
Octal 245 371 316 42 0 21 2 225 130 121
Binary 10100101 11111001 11001110 100010 0 10001 10 10010101 1011000 1010001

Color Harmonies of #A5F9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F9CE

Black with #A5F9CE

Text Example


Text Example

White with #A5F9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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