#65FB9E

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

Shades of Medium Aquamarine #65FB9E

Tints of Medium Aquamarine #65FB9E

Color information

#65FB9E (or 0x65FB9E) is unknown color: approx Medium Aquamarine. HEX triplet: 65, FB and 9E. RGB value is (101,251,158). Sum of RGB (Red+Green+Blue) = 101+251+158=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #65FB9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FB9E is #9A0461. Grayscale: #C3C3C3. Windows color (decimal): -10093666 or 10419045. OLE color: 10419045.

HSL color Cylindrical-coordinate representation of color #65FB9E: hue angle of 142.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FB9E is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB101251158-
CMYK0.6000.370.02
HSL142.8º94.94%69.02%-
HSV(B)142.8º59.76%98.43%-
XYZ46.0474.2344.25-
YUV195.55106.860.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.80%
GREEN value IS 251 (98.44% from 255) = 49.22%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=19.80%
G=49.22%
B=30.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012511580.6000.370.02142.894.9469.02
Hex65FB9E3C02528f5f45
Octal145373236740452217137105
Binary110010111111011100111101111000100101101000111110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,251,158); }

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

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

 a { background-color: rgb(101,251,158); }

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

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

 span { border-color: rgb(101,251,158); }

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