Html Css Color HEX #95EBD0 Magic Mint

📋 copy color: '#95EBD0'

red 149 ◦ green 235 ◦ blue 208

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

Shades of Magic Mint #95EBD0

Tints of Magic Mint #95EBD0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.7%

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

R = 25.17%
G = 39.7%
B = 35.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#95EBD0 (or 0x95EBD0) is known color: Magic Mint. HEX triplet: 95, EB and D0. RGB value is (149,235,208). Sum of RGB (Red+Green+Blue) = 149+235+208=592 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.17% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EBD0 is #6A142F. Grayscale: #CECECE. Windows color (decimal): -6951984 or 13691797. OLE color: 13691797.

HSL color Cylindrical-coordinate representation of color #95EBD0: hue angle of 161.16º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EBD0 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 235 208 -
CMYK 0.37 0 0.11 0.08
HSL 161.16º 0.68% 0.75% -
HSV(B) 161.16º 0.37% 0.92% -
XYZ 53.49 70.36 70.44 -
YUV 206.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 149 235 208 0.37 0 0.11 0.08 161.16 0.68 0.75
Hex 95 EB D0 25 0 B 8 A1 44 4B
Octal 225 353 320 45 0 13 10 241 104 113
Binary 10010101 11101011 11010000 100101 0 1011 1000 10100001 1000100 1001011

Color Harmonies of #95EBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EBD0

Black with #95EBD0

Text Example


Text Example

White with #95EBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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