#65EE97

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

Shades of Medium Aquamarine #65EE97

Tints of Medium Aquamarine #65EE97

Color information

#65EE97 (or 0x65EE97) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EE and 97. RGB value is (101,238,151). Sum of RGB (Red+Green+Blue) = 101+238+151=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #65EE97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EE97 is #9A1168. Grayscale: #BBBBBB. Windows color (decimal): -10097001 or 9956965. OLE color: 9956965.

HSL color Cylindrical-coordinate representation of color #65EE97: hue angle of 141.9º 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 #65EE97 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB101238151-
CMYK0.5800.370.07
HSL141.9º80.12%66.47%-
HSV(B)141.9º57.56%93.33%-
XYZ41.5366.1539.86-
YUV187.12107.6166.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.61%
GREEN value IS 238 (93.36% from 255) = 48.57%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=20.61%
G=48.57%
B=30.82%

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
Decimal1012381510.5800.370.07141.980.1266.47
Hex65EE973A02578e5042
Octal145356227720457216120102
Binary1100101111011101001011111101001001011111000111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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