Html Css Color HEX #B1EDC7 Magic Mint

📋 copy color: '#B1EDC7'

red 177 ◦ green 237 ◦ blue 199

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

Shades of Magic Mint #B1EDC7

Tints of Magic Mint #B1EDC7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.66%

 BLUE value IS 199 (78.13% from 255) = 32.46%

R = 28.87%
G = 38.66%
B = 32.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#B1EDC7 (or 0xB1EDC7) is known color: Magic Mint. HEX triplet: B1, ED and C7. RGB value is (177,237,199). Sum of RGB (Red+Green+Blue) = 177+237+199=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDC7 is #4E1238. Grayscale: #D6D6D6. Windows color (decimal): -5116473 or 13102513. OLE color: 13102513.

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

Color convert

RGB 177 237 199 -
CMYK 0.25 0 0.16 0.07
HSL 142º 0.63% 0.81% -
HSV(B) 142º 0.25% 0.93% -
XYZ 58.72 74.04 65.23 -
YUV 214.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 177 237 199 0.25 0 0.16 0.07 142 0.63 0.81
Hex B1 ED C7 19 0 10 7 8E 3E 51
Octal 261 355 307 31 0 20 7 216 76 121
Binary 10110001 11101101 11000111 11001 0 10000 111 10001110 111110 1010001

Color Harmonies of #B1EDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EDC7

Black with #B1EDC7

Text Example


Text Example

White with #B1EDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EDC7; }

 p { color: rgb(177,237,199); }

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

background-color css

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

 a { background-color: rgb(177,237,199); }

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

border-color css

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

 span { border-color: rgb(177,237,199); }

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