Html Css Color HEX #A5FFCF Magic Mint

📋 copy color: '#A5FFCF'

red 165 ◦ green 255 ◦ blue 207

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

Shades of Magic Mint #A5FFCF

Tints of Magic Mint #A5FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 40.67%

 BLUE value IS 207 (81.25% from 255) = 33.01%

R = 26.32%
G = 40.67%
B = 33.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#A5FFCF (or 0xA5FFCF) is known color: Magic Mint. HEX triplet: A5, FF and CF. RGB value is (165,255,207). Sum of RGB (Red+Green+Blue) = 165+255+207=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFCF is #5A0030. Grayscale: #DEDEDE. Windows color (decimal): -5898289 or 13631397. OLE color: 13631397.

HSL color Cylindrical-coordinate representation of color #A5FFCF: hue angle of 148º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFCF is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 165 255 207 -
CMYK 0.35 0 0.19 0
HSL 148º 1% 0.82% -
HSV(B) 148º 0.35% 1% -
XYZ 62.54 84.02 71.95 -
YUV 222.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 165 255 207 0.35 0 0.19 0 148 1 0.82
Hex A5 FF CF 23 0 13 0 94 64 52
Octal 245 377 317 43 0 23 0 224 144 122
Binary 10100101 11111111 11001111 100011 0 10011 0 10010100 1100100 1010010

Color Harmonies of #A5FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FFCF

Black with #A5FFCF

Text Example


Text Example

White with #A5FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FFCF; }

 p { color: rgb(165,255,207); }

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

background-color css

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

 a { background-color: rgb(165,255,207); }

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

border-color css

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

 span { border-color: rgb(165,255,207); }

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