Html Css Color HEX #B1EECA Magic Mint

📋 copy color: '#B1EECA'

red 177 ◦ green 238 ◦ blue 202

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

Shades of Magic Mint #B1EECA

Tints of Magic Mint #B1EECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.74%

R = 28.69%
G = 38.57%
B = 32.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#B1EECA (or 0xB1EECA) is known color: Magic Mint. HEX triplet: B1, EE and CA. RGB value is (177,238,202). Sum of RGB (Red+Green+Blue) = 177+238+202=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EECA is #4E1135. Grayscale: #D7D7D7. Windows color (decimal): -5116214 or 13299377. OLE color: 13299377.

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

Color convert

RGB 177 238 202 -
CMYK 0.26 0 0.15 0.07
HSL 144.59º 0.64% 0.81% -
HSV(B) 144.59º 0.26% 0.93% -
XYZ 59.37 74.76 67.18 -
YUV 215.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 177 238 202 0.26 0 0.15 0.07 144.59 0.64 0.81
Hex B1 EE CA 1A 0 F 7 91 40 51
Octal 261 356 312 32 0 17 7 221 100 121
Binary 10110001 11101110 11001010 11010 0 1111 111 10010001 1000000 1010001

Color Harmonies of #B1EECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EECA

Black with #B1EECA

Text Example


Text Example

White with #B1EECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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