Html Css Color HEX #A8E1CB Magic Mint

📋 copy color: '#A8E1CB'

red 168 ◦ green 225 ◦ blue 203

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

Shades of Magic Mint #A8E1CB

Tints of Magic Mint #A8E1CB

RGB

 RED value IS 168 (66.02% from 255) = 28.19%

 GREEN value IS 225 (88.28% from 255) = 37.75%

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

R = 28.19%
G = 37.75%
B = 34.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#A8E1CB (or 0xA8E1CB) is known color: Magic Mint. HEX triplet: A8, E1 and CB. RGB value is (168,225,203). Sum of RGB (Red+Green+Blue) = 168+225+203=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1CB is #571E34. Grayscale: #CDCDCD. Windows color (decimal): -5709365 or 13361576. OLE color: 13361576.

HSL color Cylindrical-coordinate representation of color #A8E1CB: hue angle of 156.84º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1CB is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 225 203 -
CMYK 0.25 0 0.10 0.12
HSL 156.84º 0.49% 0.77% -
HSV(B) 156.84º 0.25% 0.88% -
XYZ 53.85 66.49 66.49 -
YUV 205.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 168 225 203 0.25 0 0.10 0.12 156.84 0.49 0.77
Hex A8 E1 CB 19 0 A C 9D 31 4D
Octal 250 341 313 31 0 12 14 235 61 115
Binary 10101000 11100001 11001011 11001 0 1010 1100 10011101 110001 1001101

Color Harmonies of #A8E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E1CB

Black with #A8E1CB

Text Example


Text Example

White with #A8E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E1CB; }

 p { color: rgb(168,225,203); }

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

background-color css

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

 a { background-color: rgb(168,225,203); }

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

border-color css

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

 span { border-color: rgb(168,225,203); }

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