Html Css Color HEX #B1EED4 Magic Mint

📋 copy color: '#B1EED4'

red 177 ◦ green 238 ◦ blue 212

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

Shades of Magic Mint #B1EED4

Tints of Magic Mint #B1EED4

RGB

 RED value IS 177 (69.53% from 255) = 28.23%

 GREEN value IS 238 (93.36% from 255) = 37.96%

 BLUE value IS 212 (83.2% from 255) = 33.81%

R = 28.23%
G = 37.96%
B = 33.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#B1EED4 (or 0xB1EED4) is known color: Magic Mint. HEX triplet: B1, EE and D4. RGB value is (177,238,212). Sum of RGB (Red+Green+Blue) = 177+238+212=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EED4 is #4E112B. Grayscale: #D8D8D8. Windows color (decimal): -5116204 or 13954737. OLE color: 13954737.

HSL color Cylindrical-coordinate representation of color #B1EED4: hue angle of 154.43º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EED4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 238 212 -
CMYK 0.26 0 0.11 0.07
HSL 154.43º 0.64% 0.81% -
HSV(B) 154.43º 0.26% 0.93% -
XYZ 60.59 75.25 73.62 -
YUV 216.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 177 238 212 0.26 0 0.11 0.07 154.43 0.64 0.81
Hex B1 EE D4 1A 0 B 7 9A 40 51
Octal 261 356 324 32 0 13 7 232 100 121
Binary 10110001 11101110 11010100 11010 0 1011 111 10011010 1000000 1010001

Color Harmonies of #B1EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EED4

Black with #B1EED4

Text Example


Text Example

White with #B1EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EED4; }

 p { color: rgb(177,238,212); }

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

background-color css

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

 a { background-color: rgb(177,238,212); }

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

border-color css

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

 span { border-color: rgb(177,238,212); }

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