Html Css Color HEX #A5E4CB Magic Mint

📋 copy color: '#A5E4CB'

red 165 ◦ green 228 ◦ blue 203

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

Shades of Magic Mint #A5E4CB

Tints of Magic Mint #A5E4CB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.26%

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

R = 27.68%
G = 38.26%
B = 34.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#A5E4CB (or 0xA5E4CB) is known color: Magic Mint. HEX triplet: A5, E4 and CB. RGB value is (165,228,203). Sum of RGB (Red+Green+Blue) = 165+228+203=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E4CB is #5A1B34. Grayscale: #CECECE. Windows color (decimal): -5905205 or 13362341. OLE color: 13362341.

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

Color convert

RGB 165 228 203 -
CMYK 0.28 0 0.11 0.11
HSL 156.19º 0.54% 0.77% -
HSV(B) 156.19º 0.28% 0.89% -
XYZ 54.04 67.8 66.74 -
YUV 206.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 165 228 203 0.28 0 0.11 0.11 156.19 0.54 0.77
Hex A5 E4 CB 1C 0 B B 9C 36 4D
Octal 245 344 313 34 0 13 13 234 66 115
Binary 10100101 11100100 11001011 11100 0 1011 1011 10011100 110110 1001101

Color Harmonies of #A5E4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E4CB

Black with #A5E4CB

Text Example


Text Example

White with #A5E4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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