Html Css Color HEX #A8FBC2 Magic Mint

📋 copy color: '#A8FBC2'

red 168 ◦ green 251 ◦ blue 194

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

Shades of Magic Mint #A8FBC2

Tints of Magic Mint #A8FBC2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.95%

 BLUE value IS 194 (76.17% from 255) = 31.65%

R = 27.41%
G = 40.95%
B = 31.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#A8FBC2 (or 0xA8FBC2) is known color: Magic Mint. HEX triplet: A8, FB and C2. RGB value is (168,251,194). Sum of RGB (Red+Green+Blue) = 168+251+194=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBC2 is #57043D. Grayscale: #DBDBDB. Windows color (decimal): -5702718 or 12778408. OLE color: 12778408.

HSL color Cylindrical-coordinate representation of color #A8FBC2: hue angle of 138.8º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBC2 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 251 194 -
CMYK 0.33 0 0.23 0.02
HSL 138.8º 0.91% 0.82% -
HSV(B) 138.8º 0.33% 0.98% -
XYZ 60.38 81.21 63.53 -
YUV 219.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 168 251 194 0.33 0 0.23 0.02 138.8 0.91 0.82
Hex A8 FB C2 21 0 17 2 8B 5B 52
Octal 250 373 302 41 0 27 2 213 133 122
Binary 10101000 11111011 11000010 100001 0 10111 10 10001011 1011011 1010010

Color Harmonies of #A8FBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FBC2

Black with #A8FBC2

Text Example


Text Example

White with #A8FBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FBC2; }

 p { color: rgb(168,251,194); }

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

background-color css

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

 a { background-color: rgb(168,251,194); }

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

border-color css

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

 span { border-color: rgb(168,251,194); }

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