Html Css Color HEX #95EDD0 Magic Mint

📋 copy color: '#95EDD0'

red 149 ◦ green 237 ◦ blue 208

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

Shades of Magic Mint #95EDD0

Tints of Magic Mint #95EDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.02%

R = 25.08%
G = 39.9%
B = 35.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#95EDD0 (or 0x95EDD0) is known color: Magic Mint. HEX triplet: 95, ED and D0. RGB value is (149,237,208). Sum of RGB (Red+Green+Blue) = 149+237+208=594 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.08% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDD0 is #6A122F. Grayscale: #CFCFCF. Windows color (decimal): -6951472 or 13692309. OLE color: 13692309.

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

Color convert

RGB 149 237 208 -
CMYK 0.37 0 0.12 0.07
HSL 160.23º 0.71% 0.76% -
HSV(B) 160.23º 0.37% 0.93% -
XYZ 54.06 71.51 70.63 -
YUV 207.38 128.35 86.36 -
System Red Green Blue C M Y K H S L
Decimal 149 237 208 0.37 0 0.12 0.07 160.23 0.71 0.76
Hex 95 ED D0 25 0 C 7 A0 47 4C
Octal 225 355 320 45 0 14 7 240 107 114
Binary 10010101 11101101 11010000 100101 0 1100 111 10100000 1000111 1001100

Color Harmonies of #95EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDD0

Black with #95EDD0

Text Example


Text Example

White with #95EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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