Html Css Color HEX #B4F1CA Magic Mint

📋 copy color: '#B4F1CA'

red 180 ◦ green 241 ◦ blue 202

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

Shades of Magic Mint #B4F1CA

Tints of Magic Mint #B4F1CA

RGB

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

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

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

R = 28.89%
G = 38.68%
B = 32.42%

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

#B4F1CA (or 0xB4F1CA) is known color: Magic Mint. HEX triplet: B4, F1 and CA. RGB value is (180,241,202). Sum of RGB (Red+Green+Blue) = 180+241+202=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1CA is #4B0E35. Grayscale: #DADADA. Windows color (decimal): -4918838 or 13300148. OLE color: 13300148.

HSL color Cylindrical-coordinate representation of color #B4F1CA: hue angle of 141.64º 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 #B4F1CA is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 241 202 -
CMYK 0.25 0 0.16 0.05
HSL 141.64º 0.69% 0.83% -
HSV(B) 141.64º 0.25% 0.95% -
XYZ 60.94 76.88 67.5 -
YUV 218.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 180 241 202 0.25 0 0.16 0.05 141.64 0.69 0.83
Hex B4 F1 CA 19 0 10 5 8E 45 53
Octal 264 361 312 31 0 20 5 216 105 123
Binary 10110100 11110001 11001010 11001 0 10000 101 10001110 1000101 1010011

Color Harmonies of #B4F1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F1CA

Black with #B4F1CA

Text Example


Text Example

White with #B4F1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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