Html Css Color HEX #B2EFD8 Magic Mint

📋 copy color: '#B2EFD8'

red 178 ◦ green 239 ◦ blue 216

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

Shades of Magic Mint #B2EFD8

Tints of Magic Mint #B2EFD8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.76%

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

R = 28.12%
G = 37.76%
B = 34.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#B2EFD8 (or 0xB2EFD8) is known color: Magic Mint. HEX triplet: B2, EF and D8. RGB value is (178,239,216). Sum of RGB (Red+Green+Blue) = 178+239+216=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFD8 is #4D1027. Grayscale: #DADADA. Windows color (decimal): -5050408 or 14217138. OLE color: 14217138.

HSL color Cylindrical-coordinate representation of color #B2EFD8: hue angle of 157.38º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFD8 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 239 216 -
CMYK 0.26 0 0.10 0.06
HSL 157.38º 0.66% 0.82% -
HSV(B) 157.38º 0.26% 0.94% -
XYZ 61.62 76.16 76.42 -
YUV 218.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 178 239 216 0.26 0 0.10 0.06 157.38 0.66 0.82
Hex B2 EF D8 1A 0 A 6 9D 42 52
Octal 262 357 330 32 0 12 6 235 102 122
Binary 10110010 11101111 11011000 11010 0 1010 110 10011101 1000010 1010010

Color Harmonies of #B2EFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFD8

Black with #B2EFD8

Text Example


Text Example

White with #B2EFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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