Html Css Color HEX #A5E3CB Magic Mint

📋 copy color: '#A5E3CB'

red 165 ◦ green 227 ◦ blue 203

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

Shades of Magic Mint #A5E3CB

Tints of Magic Mint #A5E3CB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.15%

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

R = 27.73%
G = 38.15%
B = 34.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A5E3CB (or 0xA5E3CB) is known color: Magic Mint. HEX triplet: A5, E3 and CB. RGB value is (165,227,203). Sum of RGB (Red+Green+Blue) = 165+227+203=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E3CB is #5A1C34. Grayscale: #CDCDCD. Windows color (decimal): -5905461 or 13362085. OLE color: 13362085.

HSL color Cylindrical-coordinate representation of color #A5E3CB: hue angle of 156.77º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E3CB is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 227 203 -
CMYK 0.27 0 0.11 0.11
HSL 156.77º 0.53% 0.77% -
HSV(B) 156.77º 0.27% 0.89% -
XYZ 53.77 67.25 66.65 -
YUV 205.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 165 227 203 0.27 0 0.11 0.11 156.77 0.53 0.77
Hex A5 E3 CB 1B 0 B B 9D 35 4D
Octal 245 343 313 33 0 13 13 235 65 115
Binary 10100101 11100011 11001011 11011 0 1011 1011 10011101 110101 1001101

Color Harmonies of #A5E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E3CB

Black with #A5E3CB

Text Example


Text Example

White with #A5E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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