Html Css Color HEX #A8EFCB Magic Mint

📋 copy color: '#A8EFCB'

red 168 ◦ green 239 ◦ blue 203

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

Shades of Magic Mint #A8EFCB

Tints of Magic Mint #A8EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.18%

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

R = 27.54%
G = 39.18%
B = 33.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#A8EFCB (or 0xA8EFCB) is known color: Magic Mint. HEX triplet: A8, EF and CB. RGB value is (168,239,203). Sum of RGB (Red+Green+Blue) = 168+239+203=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFCB is #571034. Grayscale: #D5D5D5. Windows color (decimal): -5705781 or 13365160. OLE color: 13365160.

HSL color Cylindrical-coordinate representation of color #A8EFCB: hue angle of 149.58º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFCB is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 239 203 -
CMYK 0.30 0 0.15 0.06
HSL 149.58º 0.69% 0.8% -
HSV(B) 149.58º 0.3% 0.94% -
XYZ 57.79 74.37 67.81 -
YUV 213.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 168 239 203 0.30 0 0.15 0.06 149.58 0.69 0.8
Hex A8 EF CB 1E 0 F 6 96 45 50
Octal 250 357 313 36 0 17 6 226 105 120
Binary 10101000 11101111 11001011 11110 0 1111 110 10010110 1000101 1010000

Color Harmonies of #A8EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EFCB

Black with #A8EFCB

Text Example


Text Example

White with #A8EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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