Html Css Color HEX #A4FBCB Magic Mint

📋 copy color: '#A4FBCB'

red 164 ◦ green 251 ◦ blue 203

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

Shades of Magic Mint #A4FBCB

Tints of Magic Mint #A4FBCB

RGB

 RED value IS 164 (64.45% from 255) = 26.54%

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

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

R = 26.54%
G = 40.61%
B = 32.85%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#A4FBCB (or 0xA4FBCB) is known color: Magic Mint. HEX triplet: A4, FB and CB. RGB value is (164,251,203). Sum of RGB (Red+Green+Blue) = 164+251+203=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FBCB is #5B0434. Grayscale: #DBDBDB. Windows color (decimal): -5964853 or 13368228. OLE color: 13368228.

HSL color Cylindrical-coordinate representation of color #A4FBCB: hue angle of 146.9º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FBCB is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 251 203 -
CMYK 0.35 0 0.19 0.02
HSL 146.9º 0.92% 0.81% -
HSV(B) 146.9º 0.35% 0.98% -
XYZ 60.59 81.2 68.98 -
YUV 219.52 118.68 88.4 -
System Red Green Blue C M Y K H S L
Decimal 164 251 203 0.35 0 0.19 0.02 146.9 0.92 0.81
Hex A4 FB CB 23 0 13 2 93 5C 51
Octal 244 373 313 43 0 23 2 223 134 121
Binary 10100100 11111011 11001011 100011 0 10011 10 10010011 1011100 1010001

Color Harmonies of #A4FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4FBCB

Black with #A4FBCB

Text Example


Text Example

White with #A4FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4FBCB; }

 p { color: rgb(164,251,203); }

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

background-color css

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

 a { background-color: rgb(164,251,203); }

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

border-color css

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

 span { border-color: rgb(164,251,203); }

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