Html Css Color HEX #95EFBF Magic Mint

📋 copy color: '#95EFBF'

red 149 ◦ green 239 ◦ blue 191

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

Shades of Magic Mint #95EFBF

Tints of Magic Mint #95EFBF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.28%

 BLUE value IS 191 (75% from 255) = 32.99%

R = 25.73%
G = 41.28%
B = 32.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#95EFBF (or 0x95EFBF) is known color: Magic Mint. HEX triplet: 95, EF and BF. RGB value is (149,239,191). Sum of RGB (Red+Green+Blue) = 149+239+191=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFBF is #6A1040. Grayscale: #CECECE. Windows color (decimal): -6950977 or 12578709. OLE color: 12578709.

HSL color Cylindrical-coordinate representation of color #95EFBF: hue angle of 148º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFBF is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 239 191 -
CMYK 0.38 0 0.20 0.06
HSL 148º 0.74% 0.76% -
HSV(B) 148º 0.38% 0.94% -
XYZ 52.66 71.88 60.39 -
YUV 206.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 149 239 191 0.38 0 0.20 0.06 148 0.74 0.76
Hex 95 EF BF 26 0 14 6 94 4A 4C
Octal 225 357 277 46 0 24 6 224 112 114
Binary 10010101 11101111 10111111 100110 0 10100 110 10010100 1001010 1001100

Color Harmonies of #95EFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFBF

Black with #95EFBF

Text Example


Text Example

White with #95EFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,239,191); }

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

background-color css

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

 a { background-color: rgb(149,239,191); }

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

border-color css

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

 span { border-color: rgb(149,239,191); }

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