Html Css Color HEX #A5FBDD Magic Mint

📋 copy color: '#A5FBDD'

red 165 ◦ green 251 ◦ blue 221

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

Shades of Magic Mint #A5FBDD

Tints of Magic Mint #A5FBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 25.9%
G = 39.4%
B = 34.69%

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

#A5FBDD (or 0xA5FBDD) is known color: Magic Mint. HEX triplet: A5, FB and DD. RGB value is (165,251,221). Sum of RGB (Red+Green+Blue) = 165+251+221=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBDD is #5A0422. Grayscale: #DDDDDD. Windows color (decimal): -5899299 or 14547877. OLE color: 14547877.

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

Color convert

RGB 165 251 221 -
CMYK 0.34 0 0.12 0.02
HSL 159.07º 0.91% 0.82% -
HSV(B) 159.07º 0.34% 0.98% -
XYZ 63.07 82.21 80.95 -
YUV 221.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 165 251 221 0.34 0 0.12 0.02 159.07 0.91 0.82
Hex A5 FB DD 22 0 C 2 9F 5B 52
Octal 245 373 335 42 0 14 2 237 133 122
Binary 10100101 11111011 11011101 100010 0 1100 10 10011111 1011011 1010010

Color Harmonies of #A5FBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FBDD

Black with #A5FBDD

Text Example


Text Example

White with #A5FBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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