Html Css Color HEX #A8EECB Magic Mint

📋 copy color: '#A8EECB'

red 168 ◦ green 238 ◦ blue 203

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

Shades of Magic Mint #A8EECB

Tints of Magic Mint #A8EECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.08%

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

R = 27.59%
G = 39.08%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#A8EECB (or 0xA8EECB) is known color: Magic Mint. HEX triplet: A8, EE and CB. RGB value is (168,238,203). Sum of RGB (Red+Green+Blue) = 168+238+203=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EECB is #571134. Grayscale: #D5D5D5. Windows color (decimal): -5706037 or 13364904. OLE color: 13364904.

HSL color Cylindrical-coordinate representation of color #A8EECB: hue angle of 150º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EECB is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 238 203 -
CMYK 0.29 0 0.15 0.07
HSL 150º 0.67% 0.8% -
HSV(B) 150º 0.29% 0.93% -
XYZ 57.5 73.79 67.71 -
YUV 213.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 168 238 203 0.29 0 0.15 0.07 150 0.67 0.8
Hex A8 EE CB 1D 0 F 7 96 43 50
Octal 250 356 313 35 0 17 7 226 103 120
Binary 10101000 11101110 11001011 11101 0 1111 111 10010110 1000011 1010000

Color Harmonies of #A8EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EECB

Black with #A8EECB

Text Example


Text Example

White with #A8EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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