Html Css Color HEX #B2E9CF Magic Mint

📋 copy color: '#B2E9CF'

red 178 ◦ green 233 ◦ blue 207

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

Shades of Magic Mint #B2E9CF

Tints of Magic Mint #B2E9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.7%

 BLUE value IS 207 (81.25% from 255) = 33.5%

R = 28.8%
G = 37.7%
B = 33.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#B2E9CF (or 0xB2E9CF) is known color: Magic Mint. HEX triplet: B2, E9 and CF. RGB value is (178,233,207). Sum of RGB (Red+Green+Blue) = 178+233+207=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9CF is #4D1630. Grayscale: #D5D5D5. Windows color (decimal): -5051953 or 13625778. OLE color: 13625778.

HSL color Cylindrical-coordinate representation of color #B2E9CF: hue angle of 151.64º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9CF is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 233 207 -
CMYK 0.24 0 0.11 0.09
HSL 151.64º 0.56% 0.81% -
HSV(B) 151.64º 0.24% 0.91% -
XYZ 58.76 72.25 69.88 -
YUV 213.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 178 233 207 0.24 0 0.11 0.09 151.64 0.56 0.81
Hex B2 E9 CF 18 0 B 9 98 38 51
Octal 262 351 317 30 0 13 11 230 70 121
Binary 10110010 11101001 11001111 11000 0 1011 1001 10011000 111000 1010001

Color Harmonies of #B2E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E9CF

Black with #B2E9CF

Text Example


Text Example

White with #B2E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E9CF; }

 p { color: rgb(178,233,207); }

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

background-color css

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

 a { background-color: rgb(178,233,207); }

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

border-color css

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

 span { border-color: rgb(178,233,207); }

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