Html Css Color HEX #B2F9DD Magic Mint

📋 copy color: '#B2F9DD'

red 178 ◦ green 249 ◦ blue 221

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

Shades of Magic Mint #B2F9DD

Tints of Magic Mint #B2F9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.1%

R = 27.47%
G = 38.43%
B = 34.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#B2F9DD (or 0xB2F9DD) is known color: Magic Mint. HEX triplet: B2, F9 and DD. RGB value is (178,249,221). Sum of RGB (Red+Green+Blue) = 178+249+221=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9DD is #4D0622. Grayscale: #E0E0E0. Windows color (decimal): -5047843 or 14547378. OLE color: 14547378.

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

Color convert

RGB 178 249 221 -
CMYK 0.29 0 0.11 0.02
HSL 156.34º 0.86% 0.84% -
HSV(B) 156.34º 0.29% 0.98% -
XYZ 65.29 82.44 80.88 -
YUV 224.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 178 249 221 0.29 0 0.11 0.02 156.34 0.86 0.84
Hex B2 F9 DD 1D 0 B 2 9C 56 54
Octal 262 371 335 35 0 13 2 234 126 124
Binary 10110010 11111001 11011101 11101 0 1011 10 10011100 1010110 1010100

Color Harmonies of #B2F9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F9DD

Black with #B2F9DD

Text Example


Text Example

White with #B2F9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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