Html Css Color HEX #95F9BD Magic Mint

📋 copy color: '#95F9BD'

red 149 ◦ green 249 ◦ blue 189

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

Shades of Magic Mint #95F9BD

Tints of Magic Mint #95F9BD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.42%

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 25.38%
G = 42.42%
B = 32.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#95F9BD (or 0x95F9BD) is known color: Magic Mint. HEX triplet: 95, F9 and BD. RGB value is (149,249,189). Sum of RGB (Red+Green+Blue) = 149+249+189=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9BD is #6A0642. Grayscale: #D4D4D4. Windows color (decimal): -6948419 or 12450197. OLE color: 12450197.

HSL color Cylindrical-coordinate representation of color #95F9BD: hue angle of 144º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F9BD is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 249 189 -
CMYK 0.40 0 0.24 0.02
HSL 144º 0.89% 0.78% -
HSV(B) 144º 0.4% 0.98% -
XYZ 55.46 77.82 60.24 -
YUV 212.26 114.87 82.88 -
System Red Green Blue C M Y K H S L
Decimal 149 249 189 0.40 0 0.24 0.02 144 0.89 0.78
Hex 95 F9 BD 28 0 18 2 90 59 4E
Octal 225 371 275 50 0 30 2 220 131 116
Binary 10010101 11111001 10111101 101000 0 11000 10 10010000 1011001 1001110

Color Harmonies of #95F9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F9BD

Black with #95F9BD

Text Example


Text Example

White with #95F9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,249,189); }

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

background-color css

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

 a { background-color: rgb(149,249,189); }

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

border-color css

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

 span { border-color: rgb(149,249,189); }

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