Html Css Color HEX #B4F1CB Magic Mint

📋 copy color: '#B4F1CB'

red 180 ◦ green 241 ◦ blue 203

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

Shades of Magic Mint #B4F1CB

Tints of Magic Mint #B4F1CB

RGB

 RED value IS 180 (70.7% from 255) = 28.85%

 GREEN value IS 241 (94.53% from 255) = 38.62%

 BLUE value IS 203 (79.69% from 255) = 32.53%

R = 28.85%
G = 38.62%
B = 32.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#B4F1CB (or 0xB4F1CB) is known color: Magic Mint. HEX triplet: B4, F1 and CB. RGB value is (180,241,203). Sum of RGB (Red+Green+Blue) = 180+241+203=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1CB is #4B0E34. Grayscale: #DADADA. Windows color (decimal): -4918837 or 13365684. OLE color: 13365684.

HSL color Cylindrical-coordinate representation of color #B4F1CB: hue angle of 142.62º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F1CB is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 241 203 -
CMYK 0.25 0 0.16 0.05
HSL 142.62º 0.69% 0.83% -
HSV(B) 142.62º 0.25% 0.95% -
XYZ 61.06 76.93 68.13 -
YUV 218.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 180 241 203 0.25 0 0.16 0.05 142.62 0.69 0.83
Hex B4 F1 CB 19 0 10 5 8F 45 53
Octal 264 361 313 31 0 20 5 217 105 123
Binary 10110100 11110001 11001011 11001 0 10000 101 10001111 1000101 1010011

Color Harmonies of #B4F1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F1CB

Black with #B4F1CB

Text Example


Text Example

White with #B4F1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F1CB; }

 p { color: rgb(180,241,203); }

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

background-color css

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

 a { background-color: rgb(180,241,203); }

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

border-color css

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

 span { border-color: rgb(180,241,203); }

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