Html Css Color HEX #95FFBB Magic Mint

📋 copy color: '#95FFBB'

red 149 ◦ green 255 ◦ blue 187

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

Shades of Magic Mint #95FFBB

Tints of Magic Mint #95FFBB

RGB

 RED value IS 149 (58.59% from 255) = 25.21%

 GREEN value IS 255 (100% from 255) = 43.15%

 BLUE value IS 187 (73.44% from 255) = 31.64%

R = 25.21%
G = 43.15%
B = 31.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#95FFBB (or 0x95FFBB) is known color: Magic Mint. HEX triplet: 95, FF and BB. RGB value is (149,255,187). Sum of RGB (Red+Green+Blue) = 149+255+187=591 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.21% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95FFBB is #6A0044. Grayscale: #D7D7D7. Windows color (decimal): -6946885 or 12320661. OLE color: 12320661.

HSL color Cylindrical-coordinate representation of color #95FFBB: hue angle of 141.51º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFBB is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 149 255 187 -
CMYK 0.42 0 0.27 0
HSL 141.51º 1% 0.79% -
HSV(B) 141.51º 0.42% 1% -
XYZ 57.12 81.5 59.73 -
YUV 215.55 111.88 80.53 -
System Red Green Blue C M Y K H S L
Decimal 149 255 187 0.42 0 0.27 0 141.51 1 0.79
Hex 95 FF BB 2A 0 1B 0 8E 64 4F
Octal 225 377 273 52 0 33 0 216 144 117
Binary 10010101 11111111 10111011 101010 0 11011 0 10001110 1100100 1001111

Color Harmonies of #95FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FFBB

Black with #95FFBB

Text Example


Text Example

White with #95FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95FFBB; }

 p { color: rgb(149,255,187); }

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

background-color css

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

 a { background-color: rgb(149,255,187); }

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

border-color css

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

 span { border-color: rgb(149,255,187); }

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