Html Css Color HEX #B5F6D0 Magic Mint

📋 copy color: '#B5F6D0'

red 181 ◦ green 246 ◦ blue 208

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

Shades of Magic Mint #B5F6D0

Tints of Magic Mint #B5F6D0

RGB

 RED value IS 181 (71.09% from 255) = 28.5%

 GREEN value IS 246 (96.48% from 255) = 38.74%

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

R = 28.5%
G = 38.74%
B = 32.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#B5F6D0 (or 0xB5F6D0) is known color: Magic Mint. HEX triplet: B5, F6 and D0. RGB value is (181,246,208). Sum of RGB (Red+Green+Blue) = 181+246+208=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F6D0 is #4A092F. Grayscale: #DEDEDE. Windows color (decimal): -4852016 or 13694645. OLE color: 13694645.

HSL color Cylindrical-coordinate representation of color #B5F6D0: hue angle of 144.92º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F6D0 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 246 208 -
CMYK 0.26 0 0.15 0.04
HSL 144.92º 0.78% 0.84% -
HSV(B) 144.92º 0.26% 0.96% -
XYZ 63.4 80.29 71.83 -
YUV 222.23 119.97 98.59 -
System Red Green Blue C M Y K H S L
Decimal 181 246 208 0.26 0 0.15 0.04 144.92 0.78 0.84
Hex B5 F6 D0 1A 0 F 4 91 4E 54
Octal 265 366 320 32 0 17 4 221 116 124
Binary 10110101 11110110 11010000 11010 0 1111 100 10010001 1001110 1010100

Color Harmonies of #B5F6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F6D0

Black with #B5F6D0

Text Example


Text Example

White with #B5F6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F6D0; }

 p { color: rgb(181,246,208); }

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

background-color css

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

 a { background-color: rgb(181,246,208); }

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

border-color css

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

 span { border-color: rgb(181,246,208); }

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