Html Css Color HEX #A5FBDE Magic Mint

📋 copy color: '#A5FBDE'

red 165 ◦ green 251 ◦ blue 222

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

Shades of Magic Mint #A5FBDE

Tints of Magic Mint #A5FBDE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.34%

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 25.86%
G = 39.34%
B = 34.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#A5FBDE (or 0xA5FBDE) is known color: Magic Mint. HEX triplet: A5, FB and DE. RGB value is (165,251,222). Sum of RGB (Red+Green+Blue) = 165+251+222=638 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.86% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBDE is #5A0421. Grayscale: #DEDEDE. Windows color (decimal): -5899298 or 14613413. OLE color: 14613413.

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

Color convert

RGB 165 251 222 -
CMYK 0.34 0 0.12 0.02
HSL 159.77º 0.91% 0.82% -
HSV(B) 159.77º 0.34% 0.98% -
XYZ 63.2 82.27 81.66 -
YUV 221.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 165 251 222 0.34 0 0.12 0.02 159.77 0.91 0.82
Hex A5 FB DE 22 0 C 2 A0 5B 52
Octal 245 373 336 42 0 14 2 240 133 122
Binary 10100101 11111011 11011110 100010 0 1100 10 10100000 1011011 1010010

Color Harmonies of #A5FBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FBDE

Black with #A5FBDE

Text Example


Text Example

White with #A5FBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FBDE; }

 p { color: rgb(165,251,222); }

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

background-color css

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

 a { background-color: rgb(165,251,222); }

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

border-color css

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

 span { border-color: rgb(165,251,222); }

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