Html Css Color HEX #A8E6CB Magic Mint

📋 copy color: '#A8E6CB'

red 168 ◦ green 230 ◦ blue 203

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

Shades of Magic Mint #A8E6CB

Tints of Magic Mint #A8E6CB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.27%

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

R = 27.95%
G = 38.27%
B = 33.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#A8E6CB (or 0xA8E6CB) is known color: Magic Mint. HEX triplet: A8, E6 and CB. RGB value is (168,230,203). Sum of RGB (Red+Green+Blue) = 168+230+203=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E6CB is #571934. Grayscale: #D0D0D0. Windows color (decimal): -5708085 or 13362856. OLE color: 13362856.

HSL color Cylindrical-coordinate representation of color #A8E6CB: hue angle of 153.87º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E6CB is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 230 203 -
CMYK 0.27 0 0.12 0.10
HSL 153.87º 0.55% 0.78% -
HSV(B) 153.87º 0.27% 0.9% -
XYZ 55.22 69.23 66.95 -
YUV 208.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 168 230 203 0.27 0 0.12 0.10 153.87 0.55 0.78
Hex A8 E6 CB 1B 0 C A 9A 37 4E
Octal 250 346 313 33 0 14 12 232 67 116
Binary 10101000 11100110 11001011 11011 0 1100 1010 10011010 110111 1001110

Color Harmonies of #A8E6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E6CB

Black with #A8E6CB

Text Example


Text Example

White with #A8E6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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