Html Css Color HEX #B5F1CC Magic Mint

📋 copy color: '#B5F1CC'

red 181 ◦ green 241 ◦ blue 204

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

Shades of Magic Mint #B5F1CC

Tints of Magic Mint #B5F1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.59%

R = 28.91%
G = 38.5%
B = 32.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#B5F1CC (or 0xB5F1CC) is known color: Magic Mint. HEX triplet: B5, F1 and CC. RGB value is (181,241,204). Sum of RGB (Red+Green+Blue) = 181+241+204=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1CC is #4A0E33. Grayscale: #DADADA. Windows color (decimal): -4853300 or 13431221. OLE color: 13431221.

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

Color convert

RGB 181 241 204 -
CMYK 0.25 0 0.15 0.05
HSL 143º 0.68% 0.83% -
HSV(B) 143º 0.25% 0.95% -
XYZ 61.41 77.09 68.77 -
YUV 218.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 181 241 204 0.25 0 0.15 0.05 143 0.68 0.83
Hex B5 F1 CC 19 0 F 5 8F 44 53
Octal 265 361 314 31 0 17 5 217 104 123
Binary 10110101 11110001 11001100 11001 0 1111 101 10001111 1000100 1010011

Color Harmonies of #B5F1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F1CC

Black with #B5F1CC

Text Example


Text Example

White with #B5F1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F1CC; }

 p { color: rgb(181,241,204); }

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

background-color css

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

 a { background-color: rgb(181,241,204); }

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

border-color css

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

 span { border-color: rgb(181,241,204); }

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