Html Css Color HEX #95EDC9 Magic Mint

📋 copy color: '#95EDC9'

red 149 ◦ green 237 ◦ blue 201

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

Shades of Magic Mint #95EDC9

Tints of Magic Mint #95EDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.24%

R = 25.38%
G = 40.37%
B = 34.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#95EDC9 (or 0x95EDC9) is known color: Magic Mint. HEX triplet: 95, ED and C9. RGB value is (149,237,201). Sum of RGB (Red+Green+Blue) = 149+237+201=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDC9 is #6A1236. Grayscale: #CECECE. Windows color (decimal): -6951479 or 13233557. OLE color: 13233557.

HSL color Cylindrical-coordinate representation of color #95EDC9: hue angle of 155.45º 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 #95EDC9 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 201 -
CMYK 0.37 0 0.15 0.07
HSL 155.45º 0.71% 0.76% -
HSV(B) 155.45º 0.37% 0.93% -
XYZ 53.22 71.17 66.19 -
YUV 206.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 149 237 201 0.37 0 0.15 0.07 155.45 0.71 0.76
Hex 95 ED C9 25 0 F 7 9B 47 4C
Octal 225 355 311 45 0 17 7 233 107 114
Binary 10010101 11101101 11001001 100101 0 1111 111 10011011 1000111 1001100

Color Harmonies of #95EDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDC9

Black with #95EDC9

Text Example


Text Example

White with #95EDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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