Html Css Color HEX #A5FCCB Magic Mint

📋 copy color: '#A5FCCB'

red 165 ◦ green 252 ◦ blue 203

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

Shades of Magic Mint #A5FCCB

Tints of Magic Mint #A5FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.65%

 BLUE value IS 203 (79.69% from 255) = 32.74%

R = 26.61%
G = 40.65%
B = 32.74%

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

#A5FCCB (or 0xA5FCCB) is known color: Magic Mint. HEX triplet: A5, FC and CB. RGB value is (165,252,203). Sum of RGB (Red+Green+Blue) = 165+252+203=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCCB is #5A0334. Grayscale: #DCDCDC. Windows color (decimal): -5899061 or 13368485. OLE color: 13368485.

HSL color Cylindrical-coordinate representation of color #A5FCCB: hue angle of 146.21º degrees, saturation: 0.94, 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 #A5FCCB is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 252 203 -
CMYK 0.35 0 0.19 0.01
HSL 146.21º 0.94% 0.82% -
HSV(B) 146.21º 0.35% 0.99% -
XYZ 61.11 81.93 69.09 -
YUV 220.4 118.18 88.48 -
System Red Green Blue C M Y K H S L
Decimal 165 252 203 0.35 0 0.19 0.01 146.21 0.94 0.82
Hex A5 FC CB 23 0 13 1 92 5E 52
Octal 245 374 313 43 0 23 1 222 136 122
Binary 10100101 11111100 11001011 100011 0 10011 1 10010010 1011110 1010010

Color Harmonies of #A5FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FCCB

Black with #A5FCCB

Text Example


Text Example

White with #A5FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FCCB; }

 p { color: rgb(165,252,203); }

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

background-color css

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

 a { background-color: rgb(165,252,203); }

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

border-color css

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

 span { border-color: rgb(165,252,203); }

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