Html Css Color HEX #B2F3DA Magic Mint

📋 copy color: '#B2F3DA'

red 178 ◦ green 243 ◦ blue 218

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

Shades of Magic Mint #B2F3DA

Tints of Magic Mint #B2F3DA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.03%

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 27.86%
G = 38.03%
B = 34.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#B2F3DA (or 0xB2F3DA) is known color: Magic Mint. HEX triplet: B2, F3 and DA. RGB value is (178,243,218). Sum of RGB (Red+Green+Blue) = 178+243+218=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F3DA is #4D0C25. Grayscale: #DCDCDC. Windows color (decimal): -5049382 or 14349234. OLE color: 14349234.

HSL color Cylindrical-coordinate representation of color #B2F3DA: hue angle of 156.92º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F3DA is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 243 218 -
CMYK 0.27 0 0.10 0.05
HSL 156.92º 0.73% 0.83% -
HSV(B) 156.92º 0.27% 0.95% -
XYZ 63.07 78.63 78.18 -
YUV 220.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 178 243 218 0.27 0 0.10 0.05 156.92 0.73 0.83
Hex B2 F3 DA 1B 0 A 5 9D 49 53
Octal 262 363 332 33 0 12 5 235 111 123
Binary 10110010 11110011 11011010 11011 0 1010 101 10011101 1001001 1010011

Color Harmonies of #B2F3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F3DA

Black with #B2F3DA

Text Example


Text Example

White with #B2F3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F3DA; }

 p { color: rgb(178,243,218); }

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

background-color css

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

 a { background-color: rgb(178,243,218); }

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

border-color css

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

 span { border-color: rgb(178,243,218); }

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