Html Css Color HEX #B4F2D1 Magic Mint

📋 copy color: '#B4F2D1'

red 180 ◦ green 242 ◦ blue 209

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

Shades of Magic Mint #B4F2D1

Tints of Magic Mint #B4F2D1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.35%

 BLUE value IS 209 (82.03% from 255) = 33.12%

R = 28.53%
G = 38.35%
B = 33.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#B4F2D1 (or 0xB4F2D1) is known color: Magic Mint. HEX triplet: B4, F2 and D1. RGB value is (180,242,209). Sum of RGB (Red+Green+Blue) = 180+242+209=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F2D1 is #4B0D2E. Grayscale: #DBDBDB. Windows color (decimal): -4918575 or 13759156. OLE color: 13759156.

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

Color convert

RGB 180 242 209 -
CMYK 0.26 0 0.14 0.05
HSL 148.06º 0.7% 0.83% -
HSV(B) 148.06º 0.26% 0.95% -
XYZ 62.08 77.81 72.07 -
YUV 219.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 180 242 209 0.26 0 0.14 0.05 148.06 0.7 0.83
Hex B4 F2 D1 1A 0 E 5 94 46 53
Octal 264 362 321 32 0 16 5 224 106 123
Binary 10110100 11110010 11010001 11010 0 1110 101 10010100 1000110 1010011

Color Harmonies of #B4F2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F2D1

Black with #B4F2D1

Text Example


Text Example

White with #B4F2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F2D1; }

 p { color: rgb(180,242,209); }

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

background-color css

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

 a { background-color: rgb(180,242,209); }

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

border-color css

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

 span { border-color: rgb(180,242,209); }

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