Html Css Color HEX #B2EFD5 Magic Mint

📋 copy color: '#B2EFD5'

red 178 ◦ green 239 ◦ blue 213

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

Shades of Magic Mint #B2EFD5

Tints of Magic Mint #B2EFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.81%

R = 28.25%
G = 37.94%
B = 33.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#B2EFD5 (or 0xB2EFD5) is known color: Magic Mint. HEX triplet: B2, EF and D5. RGB value is (178,239,213). Sum of RGB (Red+Green+Blue) = 178+239+213=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFD5 is #4D102A. Grayscale: #D9D9D9. Windows color (decimal): -5050411 or 14020530. OLE color: 14020530.

HSL color Cylindrical-coordinate representation of color #B2EFD5: hue angle of 154.43º 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 #B2EFD5 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 239 213 -
CMYK 0.26 0 0.11 0.06
HSL 154.43º 0.66% 0.82% -
HSV(B) 154.43º 0.26% 0.94% -
XYZ 61.24 76 74.39 -
YUV 217.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 178 239 213 0.26 0 0.11 0.06 154.43 0.66 0.82
Hex B2 EF D5 1A 0 B 6 9A 42 52
Octal 262 357 325 32 0 13 6 232 102 122
Binary 10110010 11101111 11010101 11010 0 1011 110 10011010 1000010 1010010

Color Harmonies of #B2EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EFD5

Black with #B2EFD5

Text Example


Text Example

White with #B2EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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