Html Css Color HEX #95EFD9 Magic Mint

📋 copy color: '#95EFD9'

red 149 ◦ green 239 ◦ blue 217

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

Shades of Magic Mint #95EFD9

Tints of Magic Mint #95EFD9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

 BLUE value IS 217 (85.16% from 255) = 35.87%

R = 24.63%
G = 39.5%
B = 35.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#95EFD9 (or 0x95EFD9) is known color: Magic Mint. HEX triplet: 95, EF and D9. RGB value is (149,239,217). Sum of RGB (Red+Green+Blue) = 149+239+217=605 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.63% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFD9 is #6A1026. Grayscale: #D1D1D1. Windows color (decimal): -6950951 or 14282645. OLE color: 14282645.

HSL color Cylindrical-coordinate representation of color #95EFD9: hue angle of 165.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFD9 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 239 217 -
CMYK 0.38 0 0.09 0.06
HSL 165.33º 0.74% 0.76% -
HSV(B) 165.33º 0.38% 0.94% -
XYZ 55.79 73.13 76.82 -
YUV 209.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 149 239 217 0.38 0 0.09 0.06 165.33 0.74 0.76
Hex 95 EF D9 26 0 9 6 A5 4A 4C
Octal 225 357 331 46 0 11 6 245 112 114
Binary 10010101 11101111 11011001 100110 0 1001 110 10100101 1001010 1001100

Color Harmonies of #95EFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFD9

Black with #95EFD9

Text Example


Text Example

White with #95EFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,239,217); }

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

background-color css

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

 a { background-color: rgb(149,239,217); }

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

border-color css

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

 span { border-color: rgb(149,239,217); }

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