#95EBCA

Color #95EBCA Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #95EBCA

Tints of Magic Mint #95EBCA

Color information

#95EBCA (or 0x95EBCA) is unknown color: approx Magic Mint. HEX triplet: 95, EB and CA. RGB value is (149,235,202). Sum of RGB (Red+Green+Blue) = 149+235+202=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #95EBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EBCA is #6A1435. Grayscale: #CDCDCD. Windows color (decimal): -6951990 or 13298581. OLE color: 13298581.

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

Color convert

RGB149235202-
CMYK0.3700.140.08
HSL156.98º68.25%75.29%-
HSV(B)156.98º36.6%92.16%-
XYZ52.7670.0766.62-
YUV205.52126.0187.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.43%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=25.43%
G=40.10%
B=34.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492352020.3700.140.08156.9868.2575.29
Hex95EBCA250E89d444b
Octal2253533124501610235104113
Binary1001010111101011110010101001010111010001001110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95EBCA;
 }
 .AnyTagClassName
 {
   color: #95EBCA;
 }
</style>
background-color css

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

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

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

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

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

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