#95EECA

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

Shades of Magic Mint #95EECA

Tints of Magic Mint #95EECA

Color information

#95EECA (or 0x95EECA) is unknown color: approx Magic Mint. HEX triplet: 95, EE and CA. RGB value is (149,238,202). Sum of RGB (Red+Green+Blue) = 149+238+202=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #95EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EECA is #6A1135. Grayscale: #CFCFCF. Windows color (decimal): -6951222 or 13299349. OLE color: 13299349.

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

Color convert

RGB149238202-
CMYK0.3700.150.07
HSL155.73º72.36%75.88%-
HSV(B)155.73º37.39%93.33%-
XYZ53.6371.866.91-
YUV207.28125.0186.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.30%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=25.30%
G=40.41%
B=34.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492382020.3700.150.07155.7372.3675.88
Hex95EECA250F79c484c
Octal225356312450177234110114
Binary100101011110111011001010100101011111111001110010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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