Html Css Color HEX #95F9BA Magic Mint

📋 copy color: '#95F9BA'

red 149 ◦ green 249 ◦ blue 186

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

Shades of Magic Mint #95F9BA

Tints of Magic Mint #95F9BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.85%

R = 25.51%
G = 42.64%
B = 31.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#95F9BA (or 0x95F9BA) is known color: Magic Mint. HEX triplet: 95, F9 and BA. RGB value is (149,249,186). Sum of RGB (Red+Green+Blue) = 149+249+186=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F9BA is #6A0645. Grayscale: #D4D4D4. Windows color (decimal): -6948422 or 12253589. OLE color: 12253589.

HSL color Cylindrical-coordinate representation of color #95F9BA: hue angle of 142.2º 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 #95F9BA is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 249 186 -
CMYK 0.40 0 0.25 0.02
HSL 142.2º 0.89% 0.78% -
HSV(B) 142.2º 0.4% 0.98% -
XYZ 55.13 77.69 58.54 -
YUV 211.92 113.37 83.12 -
System Red Green Blue C M Y K H S L
Decimal 149 249 186 0.40 0 0.25 0.02 142.2 0.89 0.78
Hex 95 F9 BA 28 0 19 2 8E 59 4E
Octal 225 371 272 50 0 31 2 216 131 116
Binary 10010101 11111001 10111010 101000 0 11001 10 10001110 1011001 1001110

Color Harmonies of #95F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F9BA

Black with #95F9BA

Text Example


Text Example

White with #95F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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