Html Css Color HEX #95EDC1 Magic Mint

📋 copy color: '#95EDC1'

red 149 ◦ green 237 ◦ blue 193

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

Shades of Magic Mint #95EDC1

Tints of Magic Mint #95EDC1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.93%

 BLUE value IS 193 (75.78% from 255) = 33.33%

R = 25.73%
G = 40.93%
B = 33.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#95EDC1 (or 0x95EDC1) is known color: Magic Mint. HEX triplet: 95, ED and C1. RGB value is (149,237,193). Sum of RGB (Red+Green+Blue) = 149+237+193=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDC1 is #6A123E. Grayscale: #CDCDCD. Windows color (decimal): -6951487 or 12709269. OLE color: 12709269.

HSL color Cylindrical-coordinate representation of color #95EDC1: hue angle of 150º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EDC1 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 193 -
CMYK 0.37 0 0.19 0.07
HSL 150º 0.71% 0.76% -
HSV(B) 150º 0.37% 0.93% -
XYZ 52.3 70.81 61.36 -
YUV 205.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 149 237 193 0.37 0 0.19 0.07 150 0.71 0.76
Hex 95 ED C1 25 0 13 7 96 47 4C
Octal 225 355 301 45 0 23 7 226 107 114
Binary 10010101 11101101 11000001 100101 0 10011 111 10010110 1000111 1001100

Color Harmonies of #95EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDC1

Black with #95EDC1

Text Example


Text Example

White with #95EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,237,193); }

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

background-color css

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

 a { background-color: rgb(149,237,193); }

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

border-color css

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

 span { border-color: rgb(149,237,193); }

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