Html Css Color HEX #B4EDD0 Magic Mint

📋 copy color: '#B4EDD0'

red 180 ◦ green 237 ◦ blue 208

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

Shades of Magic Mint #B4EDD0

Tints of Magic Mint #B4EDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.28%

R = 28.8%
G = 37.92%
B = 33.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#B4EDD0 (or 0xB4EDD0) is known color: Magic Mint. HEX triplet: B4, ED and D0. RGB value is (180,237,208). Sum of RGB (Red+Green+Blue) = 180+237+208=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDD0 is #4B122F. Grayscale: #D8D8D8. Windows color (decimal): -4919856 or 13692340. OLE color: 13692340.

HSL color Cylindrical-coordinate representation of color #B4EDD0: hue angle of 149.47º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EDD0 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 237 208 -
CMYK 0.24 0 0.12 0.07
HSL 149.47º 0.61% 0.82% -
HSV(B) 149.47º 0.24% 0.93% -
XYZ 60.49 74.83 70.93 -
YUV 216.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 180 237 208 0.24 0 0.12 0.07 149.47 0.61 0.82
Hex B4 ED D0 18 0 C 7 95 3D 52
Octal 264 355 320 30 0 14 7 225 75 122
Binary 10110100 11101101 11010000 11000 0 1100 111 10010101 111101 1010010

Color Harmonies of #B4EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EDD0

Black with #B4EDD0

Text Example


Text Example

White with #B4EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EDD0; }

 p { color: rgb(180,237,208); }

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

background-color css

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

 a { background-color: rgb(180,237,208); }

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

border-color css

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

 span { border-color: rgb(180,237,208); }

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