#95EACA

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

Shades of Magic Mint #95EACA

Tints of Magic Mint #95EACA

Color information

#95EACA (or 0x95EACA) is unknown color: approx Magic Mint. HEX triplet: 95, EA and CA. RGB value is (149,234,202). Sum of RGB (Red+Green+Blue) = 149+234+202=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #95EACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EACA is #6A1535. Grayscale: #CCCCCC. Windows color (decimal): -6952246 or 13298325. OLE color: 13298325.

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

Color convert

RGB149234202-
CMYK0.3600.140.08
HSL157.41º66.93%75.1%-
HSV(B)157.41º36.32%91.76%-
XYZ52.4869.566.53-
YUV204.94126.3488.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.47%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=25.47%
G=40%
B=34.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492342020.3600.140.08157.4166.9375.1
Hex95EACA240E89d434b
Octal2253523124401610235103113
Binary1001010111101010110010101001000111010001001110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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