Html Css Color HEX #A5FDCC Magic Mint

📋 copy color: '#A5FDCC'

red 165 ◦ green 253 ◦ blue 204

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

Shades of Magic Mint #A5FDCC

Tints of Magic Mint #A5FDCC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.68%

 BLUE value IS 204 (80.08% from 255) = 32.8%

R = 26.53%
G = 40.68%
B = 32.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#A5FDCC (or 0xA5FDCC) is known color: Magic Mint. HEX triplet: A5, FD and CC. RGB value is (165,253,204). Sum of RGB (Red+Green+Blue) = 165+253+204=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FDCC is #5A0233. Grayscale: #DDDDDD. Windows color (decimal): -5898804 or 13434277. OLE color: 13434277.

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

Color convert

RGB 165 253 204 -
CMYK 0.35 0 0.19 0.01
HSL 146.59º 0.96% 0.82% -
HSV(B) 146.59º 0.35% 0.99% -
XYZ 61.54 82.61 69.83 -
YUV 221.1 118.35 87.98 -
System Red Green Blue C M Y K H S L
Decimal 165 253 204 0.35 0 0.19 0.01 146.59 0.96 0.82
Hex A5 FD CC 23 0 13 1 93 60 52
Octal 245 375 314 43 0 23 1 223 140 122
Binary 10100101 11111101 11001100 100011 0 10011 1 10010011 1100000 1010010

Color Harmonies of #A5FDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FDCC

Black with #A5FDCC

Text Example


Text Example

White with #A5FDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FDCC; }

 p { color: rgb(165,253,204); }

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

background-color css

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

 a { background-color: rgb(165,253,204); }

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

border-color css

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

 span { border-color: rgb(165,253,204); }

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