#65EE95

Color #65EE95 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #65EE95

Tints of Medium Aquamarine #65EE95

Color information

#65EE95 (or 0x65EE95) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EE and 95. RGB value is (101,238,149). Sum of RGB (Red+Green+Blue) = 101+238+149=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #65EE95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EE95 is #9A116A. Grayscale: #BBBBBB. Windows color (decimal): -10097003 or 9825893. OLE color: 9825893.

HSL color Cylindrical-coordinate representation of color #65EE95: hue angle of 141.02º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EE95 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB101238149-
CMYK0.5800.370.07
HSL141.02º80.12%66.47%-
HSV(B)141.02º57.56%93.33%-
XYZ41.3766.0939.01-
YUV186.89106.6166.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.70%
GREEN value IS 238 (93.36% from 255) = 48.77%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=20.70%
G=48.77%
B=30.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012381490.5800.370.07141.0280.1266.47
Hex65EE953A02578d5042
Octal145356225720457215120102
Binary1100101111011101001010111101001001011111000110110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65EE95; }

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

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

<style>
 a { background-color: #65EE95; }

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

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

<style>
 span { border-color: #65EE95; }

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

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