Html Css Color HEX #A8FBCD Magic Mint

📋 copy color: '#A8FBCD'

red 168 ◦ green 251 ◦ blue 205

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

Shades of Magic Mint #A8FBCD

Tints of Magic Mint #A8FBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.85%

R = 26.92%
G = 40.22%
B = 32.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#A8FBCD (or 0xA8FBCD) is known color: Magic Mint. HEX triplet: A8, FB and CD. RGB value is (168,251,205). Sum of RGB (Red+Green+Blue) = 168+251+205=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBCD is #570432. Grayscale: #DDDDDD. Windows color (decimal): -5702707 or 13499304. OLE color: 13499304.

HSL color Cylindrical-coordinate representation of color #A8FBCD: hue angle of 146.75º 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 #A8FBCD is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 251 205 -
CMYK 0.33 0 0.18 0.02
HSL 146.75º 0.91% 0.82% -
HSV(B) 146.75º 0.33% 0.98% -
XYZ 61.67 81.73 70.28 -
YUV 220.94 119 90.24 -
System Red Green Blue C M Y K H S L
Decimal 168 251 205 0.33 0 0.18 0.02 146.75 0.91 0.82
Hex A8 FB CD 21 0 12 2 93 5B 52
Octal 250 373 315 41 0 22 2 223 133 122
Binary 10101000 11111011 11001101 100001 0 10010 10 10010011 1011011 1010010

Color Harmonies of #A8FBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FBCD

Black with #A8FBCD

Text Example


Text Example

White with #A8FBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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