Html Css Color HEX #B2F9D8 Magic Mint

📋 copy color: '#B2F9D8'

red 178 ◦ green 249 ◦ blue 216

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

Shades of Magic Mint #B2F9D8

Tints of Magic Mint #B2F9D8

RGB

 RED value IS 178 (69.92% from 255) = 27.68%

 GREEN value IS 249 (97.66% from 255) = 38.72%

 BLUE value IS 216 (84.77% from 255) = 33.59%

R = 27.68%
G = 38.72%
B = 33.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#B2F9D8 (or 0xB2F9D8) is known color: Magic Mint. HEX triplet: B2, F9 and D8. RGB value is (178,249,216). Sum of RGB (Red+Green+Blue) = 178+249+216=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9D8 is #4D0627. Grayscale: #E0E0E0. Windows color (decimal): -5047848 or 14219698. OLE color: 14219698.

HSL color Cylindrical-coordinate representation of color #B2F9D8: hue angle of 152.11º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F9D8 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 249 216 -
CMYK 0.29 0 0.13 0.02
HSL 152.11º 0.86% 0.84% -
HSV(B) 152.11º 0.29% 0.98% -
XYZ 64.63 82.17 77.42 -
YUV 224.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 178 249 216 0.29 0 0.13 0.02 152.11 0.86 0.84
Hex B2 F9 D8 1D 0 D 2 98 56 54
Octal 262 371 330 35 0 15 2 230 126 124
Binary 10110010 11111001 11011000 11101 0 1101 10 10011000 1010110 1010100

Color Harmonies of #B2F9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F9D8

Black with #B2F9D8

Text Example


Text Example

White with #B2F9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F9D8; }

 p { color: rgb(178,249,216); }

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

background-color css

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

 a { background-color: rgb(178,249,216); }

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

border-color css

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

 span { border-color: rgb(178,249,216); }

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