Html Css Color HEX #B5FCDD Magic Mint

📋 copy color: '#B5FCDD'

red 181 ◦ green 252 ◦ blue 221

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

Shades of Magic Mint #B5FCDD

Tints of Magic Mint #B5FCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.53%

 BLUE value IS 221 (86.72% from 255) = 33.79%

R = 27.68%
G = 38.53%
B = 33.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#B5FCDD (or 0xB5FCDD) is known color: Magic Mint. HEX triplet: B5, FC and DD. RGB value is (181,252,221). Sum of RGB (Red+Green+Blue) = 181+252+221=654 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.68% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCDD is #4A0322. Grayscale: #E3E3E3. Windows color (decimal): -4850467 or 14548149. OLE color: 14548149.

HSL color Cylindrical-coordinate representation of color #B5FCDD: hue angle of 153.8º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCDD is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 252 221 -
CMYK 0.28 0 0.12 0.01
HSL 153.8º 0.92% 0.85% -
HSV(B) 153.8º 0.28% 0.99% -
XYZ 66.92 84.67 81.22 -
YUV 227.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 181 252 221 0.28 0 0.12 0.01 153.8 0.92 0.85
Hex B5 FC DD 1C 0 C 1 9A 5C 55
Octal 265 374 335 34 0 14 1 232 134 125
Binary 10110101 11111100 11011101 11100 0 1100 1 10011010 1011100 1010101

Color Harmonies of #B5FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FCDD

Black with #B5FCDD

Text Example


Text Example

White with #B5FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FCDD; }

 p { color: rgb(181,252,221); }

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

background-color css

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

 a { background-color: rgb(181,252,221); }

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

border-color css

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

 span { border-color: rgb(181,252,221); }

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